:root {
  --navy: #081c34;
  --blue: #0d4f8b;
  --red: #df2f2f;
  --ink: #142033;
  --muted: #5d6b7c;
  --line: #dfe6ee;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 28, 52, 0.14);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  background: #fff;
  color: var(--ink);
}
a {
  color: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 36px));
  margin: auto;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.7rem;
  z-index: 99;
}
.topbar {
  background: var(--navy);
  color: #dbe8f4;
  font-size: 0.88rem;
  padding: 0.55rem 0;
}
.site-nav {
  background: #07182d;
  border-bottom: 1px solid #213954;
  color: #e7f0f8;
}
.site-nav .wrap {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 1.35rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.site-nav .wrap::-webkit-scrollbar {
  display: none;
}
.site-nav a {
  flex: 0 0 auto;
  color: #dce8f3;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
}
.site-nav .nav-call {
  margin-left: auto;
  padding: 0.48rem 0.8rem;
  border-radius: 7px;
  background: var(--red);
  color: #fff;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
}
.brand {
  text-decoration: none;
  font-weight: 950;
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--navy);
}
.brand b {
  color: var(--red);
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.navlinks a {
  text-decoration: none;
  font-weight: 750;
  color: #29384a;
}
.call-sm,
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.82rem 1.15rem;
  border-radius: 7px;
  background: var(--red);
  border: 1px solid #c82121;
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 9px 22px rgba(223, 47, 47, 0.24);
}
.call-sm {
  font-size: 0.9rem;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 20, 38, 0.96) 0%,
      rgba(4, 20, 38, 0.82) 43%,
      rgba(4, 20, 38, 0.28) 72%,
      rgba(4, 20, 38, 0.18)
    ),
    url("/assets/work/jump-start-atlanta.webp") center/cover no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(
    90deg,
    var(--red) 0 34%,
    #fff 34% 36%,
    var(--blue) 36%
  );
}
.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 2.5rem;
}
.hero-copy {
  padding: 70px 0;
}
.eyebrow {
  display: inline-block;
  color: #dbeeff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  border-left: 4px solid var(--red);
  padding-left: 0.7rem;
}
h1 {
  font-size: clamp(3rem, 6.5vw, 5.75rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin: 1rem 0 1.25rem;
  max-width: 760px;
}
h1 em {
  font-style: normal;
  color: #fff;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  color: var(--navy);
}
h3 {
  font-size: 1.15rem;
  margin: 0.3rem 0 0.5rem;
  color: var(--navy);
}
.hero p {
  font-size: 1.13rem;
  color: #d7e3ee;
  max-width: 650px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.7rem;
}
.hero .cta {
  font-size: 1.05rem;
  padding: 1rem 1.35rem;
}
.hero-actions strong {
  color: #fff;
}
.micro {
  font-size: 0.88rem !important;
  color: #b8c8d7 !important;
  margin: 0.9rem 0 0;
}
.logo-stage {
  justify-self: end;
  width: min(100%, 390px);
  padding: 1rem 1rem 1.2rem;
  background: rgba(3, 15, 29, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(9px);
  text-align: center;
}
.logo-video {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  mix-blend-mode: screen;
}
.logo-phone {
  margin-top: 0.25rem;
  font-size: 1.35rem;
  font-weight: 950;
  color: #fff;
}
.logo-phone span {
  display: block;
  color: #ff7772;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.truststrip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 7px 22px rgba(8, 28, 52, 0.06);
}
.trustgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trustgrid div {
  padding: 1rem;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 850;
  color: var(--navy);
  border-right: 1px solid var(--line);
}
.section {
  padding: 78px 0;
}
.section.alt {
  background: var(--soft);
  border-block: 1px solid var(--line);
}
.sectionhead {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.25rem;
}
.sectionhead .eyebrow,
.proof .eyebrow,
.faq .eyebrow,
.quote .eyebrow {
  color: var(--blue);
}
.sectionhead p {
  max-width: 550px;
  color: var(--muted);
  margin: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 12px 32px rgba(8, 28, 52, 0.08);
  min-height: 250px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.card .icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #eaf2fa;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.card p {
  color: var(--muted);
  min-height: 76px;
}
.card a {
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.4rem;
  box-shadow: 0 10px 28px rgba(8, 28, 52, 0.06);
}
.step span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.proof {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.panel {
  background: var(--navy);
  color: #fff;
  border-radius: 16px;
  padding: 2.1rem;
  box-shadow: var(--shadow);
}
.panel h2 {
  color: #fff;
}
.panel p,
.panel li {
  color: #d2deea;
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.checklist li {
  position: relative;
  padding: 0.62rem 0 0.62rem 1.8rem;
}
.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #73c8ff;
  font-weight: 950;
}
.quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.quote label {
  display: block;
  font-weight: 850;
  margin: 0.8rem 0 0.3rem;
}
.quote select,
.quote input {
  width: 100%;
  padding: 0.95rem;
  border: 1px solid #cbd6e1;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.quote button {
  width: 100%;
  margin-top: 1rem;
  cursor: pointer;
}
.note {
  font-size: 0.84rem;
  color: var(--muted);
}
.faq {
  max-width: 850px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
}
.faq summary {
  font-weight: 850;
  cursor: pointer;
  color: var(--navy);
}
.faq p {
  color: var(--muted);
}
footer {
  background: var(--navy);
  color: #c6d3e0;
  padding: 52px 0 100px;
}
.footergrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
footer .brand,
footer a {
  color: #fff;
}
.sticky {
  display: none;
  position: fixed;
  z-index: 50;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: var(--red);
  border: 1px solid #ff7670;
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}
.subhero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(8, 28, 52, 0.98), rgba(13, 79, 139, 0.88)),
    url("/assets/work/jump-start-atlanta.webp") center/cover;
  color: #fff;
  padding: 72px 0;
  border-bottom: 6px solid var(--red);
}
.tire-subhero {
  background:
    linear-gradient(90deg, rgba(8, 28, 52, 0.98), rgba(13, 79, 139, 0.72)),
    url("/assets/work/roadside-tire-change.webp") 64% center/cover;
}
.subhero h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
  max-width: 900px;
}
.subhero p {
  color: #d7e4ef;
  max-width: 720px;
  font-size: 1.1rem;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.pricebox {
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 10px;
  padding: 1.6rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 28, 52, 0.08);
}
.pricebox strong {
  font-size: 2rem;
  color: var(--red);
}
.legal {
  background: #eef3f7;
  border: 1px solid var(--line);
  padding: 1rem;
  color: #536273;
  font-size: 0.9rem;
  border-radius: 8px;
}
@media (max-width: 930px) {
  .navlinks > a:not(.call-sm) {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr 0.65fr;
    min-height: 560px;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof,
  .two {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .footergrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .site-nav .wrap {
    min-height: 49px;
    gap: 1rem;
  }
  .site-nav a {
    font-size: 0.8rem;
  }
  .site-nav .nav-call {
    display: none;
  }
  .topbar .wrap span:last-child {
    display: none;
  }
  .nav {
    height: 64px;
  }
  .navlinks {
    display: none;
  }
  .hero:before {
    background:
      linear-gradient(180deg, rgba(4, 20, 38, 0.92), rgba(4, 20, 38, 0.84)),
      url("/assets/work/jump-start-atlanta.webp") 64% center/cover;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 38px;
  }
  .hero-copy {
    padding: 54px 0 18px;
  }
  h1 {
    font-size: 3.05rem;
  }
  .hero-actions {
    align-items: stretch;
  }
  .hero-actions .cta {
    width: 100%;
  }
  .logo-stage {
    justify-self: start;
    width: 205px;
    padding: 0.55rem;
    margin-top: 0;
  }
  .logo-phone {
    font-size: 1rem;
  }
  .trustgrid {
    grid-template-columns: 1fr 1fr;
  }
  .trustgrid div {
    padding: 0.8rem 0.35rem;
    font-size: 0.75rem;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    min-height: 0;
  }
  .card p {
    min-height: 0;
  }
  .section {
    padding: 58px 0;
  }
  .sectionhead {
    display: block;
  }
  .footergrid {
    grid-template-columns: 1fr;
  }
  .sticky {
    display: block;
  }
  .quote {
    padding: 1.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .card {
    transition: none;
  }
}
.logo-banner {
  height: 224px;
  background: #03070d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.logo-banner img {
  height: 196px;
  width: 196px;
  object-fit: cover;
  border-radius: 10px;
}
.hero-callout {
  justify-self: end;
  width: min(100%, 330px);
  padding: 2rem;
  background: rgba(3, 15, 29, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(9px);
}
.hero-callout span,
.hero-callout strong,
.hero-callout small {
  display: block;
}
.hero-callout span {
  color: #ff7772;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}
.hero-callout strong {
  font-size: 1.7rem;
  margin-top: 0.4rem;
}
.hero-callout a {
  display: block;
  color: #fff;
  font-weight: 950;
  font-size: 1.7rem;
  margin: 0.2rem 0;
}
.hero-callout small {
  color: #c6d3e0;
}
.cards {
  grid-template-columns: repeat(3, 1fr);
}
.partner-card {
  background: var(--navy);
  border-color: var(--navy);
}
.partner-card h3,
.partner-card a {
  color: #fff;
}
.partner-card p {
  color: #d2deea;
}
.partner-card .icon {
  background: var(--red);
  color: #fff;
}
@media (max-width: 700px) {
  .logo-banner {
    height: 184px;
  }
  .logo-banner img {
    height: 158px;
    width: 158px;
  }
  .hero-callout {
    justify-self: start;
    width: 100%;
    padding: 1.2rem;
    margin-top: 0;
  }
  .hero-callout strong,
  .hero-callout a {
    font-size: 1.3rem;
  }
}
@media (max-width: 930px) and (min-width: 701px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.work-section {
  padding: 82px 0;
  background: #07182d;
  color: #fff;
  border-block: 1px solid #16304e;
}
.work-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.work-intro h2 {
  color: #fff;
  margin: 0.75rem 0 0;
}
.work-intro > p {
  max-width: 530px;
  margin: 0;
  color: #bed0df;
}
.work-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 14px;
}
.work-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #102943;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}
.work-photo-feature {
  grid-row: 1/3;
}
.work-photo:last-child {
  grid-column: 2/4;
}
.work-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.work-photo-feature img {
  object-position: 56% center;
}
.work-photo:hover img {
  transform: scale(1.025);
}
.work-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3.2rem 1.15rem 1rem;
  background: linear-gradient(transparent, rgba(2, 10, 20, 0.92));
  display: flex;
  flex-direction: column;
}
.work-photo figcaption strong {
  font-size: 1.05rem;
}
.work-photo figcaption span {
  color: #c6d4e1;
  font-size: 0.84rem;
}
.work-cta {
  margin-top: 18px;
  padding: 1.15rem 1.3rem;
  border: 1px solid #284462;
  border-radius: 12px;
  background: #0d233c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.work-cta p {
  margin: 0;
  color: #d5e2ed;
}
.work-cta .cta {
  flex: 0 0 auto;
}
.review-section {
  padding: 34px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.review-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.4rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 28, 52, 0.09);
}
.google-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4285f4;
  background: #f6f9fe;
  border: 1px solid #d9e5f8;
  font-size: 2rem;
  font-weight: 900;
  font-family: Arial, sans-serif;
}
.review-copy h2 {
  margin: 0.3rem 0 0.35rem;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}
.review-copy p {
  margin: 0;
  color: var(--muted);
}
.review-cta {
  white-space: nowrap;
}
@media (max-width: 850px) {
  .review-panel {
    grid-template-columns: auto 1fr;
  }
  .review-cta {
    grid-column: 1/3;
    width: 100%;
  }
  .work-intro {
    display: block;
  }
  .work-intro > p {
    margin-top: 0.8rem;
  }
  .work-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 350px 220px 220px;
  }
  .work-photo-feature {
    grid-column: 1/3;
    grid-row: auto;
  }
  .work-photo:last-child {
    grid-column: 1/3;
  }
  .work-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .work-cta .cta {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .review-section {
    padding: 24px 0;
  }
  .review-panel {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 1.25rem;
  }
  .google-mark {
    width: 50px;
    height: 50px;
  }
  .review-cta {
    grid-column: auto;
    white-space: normal;
  }
  .work-section {
    padding: 58px 0;
  }
  .work-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 330px repeat(3, 240px);
  }
  .work-photo-feature,
  .work-photo:last-child {
    grid-column: auto;
  }
  .work-photo-feature img {
    object-position: 58% center;
  }
  .work-photo figcaption {
    padding: 3rem 1rem 1rem;
  }
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  height: 66px;
  width: 82px;
  overflow: hidden;
}
.brand-logo img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 7px;
}
.nav .brand-logo {
  flex: 0 0 82px;
}
footer .brand-logo {
  height: 96px;
  width: 96px;
  margin-bottom: 0.6rem;
}
footer .brand-logo img {
  width: 96px;
  height: 96px;
}
@media (max-width: 700px) {
  .brand-logo {
    height: 56px;
    width: 64px;
  }
  .brand-logo img {
    width: 64px;
    height: 64px;
  }
  .nav .brand-logo {
    flex-basis: 64px;
  }
  footer .brand-logo {
    height: 84px;
    width: 84px;
  }
  footer .brand-logo img {
    width: 84px;
    height: 84px;
  }
}
.logo-banner {
  height: 236px;
  padding: 16px;
  background: radial-gradient(
    circle at 50% 42%,
    #162335 0,
    #070c13 55%,
    #020407 100%
  );
  border-bottom: 1px solid #263548;
}
.logo-banner img {
  height: 204px;
  width: 204px;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}
.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.hero-grid {
  min-height: 590px;
}
.hero-copy {
  max-width: 760px;
}
.hero-callout {
  border-top: 4px solid var(--red);
}
.cta {
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}
.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.card {
  border-top: 3px solid transparent;
}
.card:hover {
  border-top-color: var(--red);
}
@media (max-width: 700px) {
  .logo-banner {
    height: 196px;
    padding: 12px;
  }
  .logo-banner img {
    height: 170px;
    width: 170px;
  }
  .hero-grid {
    min-height: auto;
    padding-bottom: 34px;
  }
  .hero-copy {
    padding-top: 48px;
  }
  h1 {
    font-size: clamp(2.75rem, 13vw, 3.35rem);
  }
  .topbar {
    padding: 0.7rem 0;
  }
  .topbar .wrap {
    justify-content: center;
    text-align: center;
  }
  .hero-callout {
    margin-top: 0.4rem;
  }
  .sticky {
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 12px;
  }
}
