@font-face {
  font-family: "Manrope";
  src: url("/Image/2025/04/Manrope-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("/Image/2025/04/Manrope-Semibold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("/Image/2025/04/Manrope-ExtraBold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --ink: #08272d;
  --ink-deep: #04191d;
  --teal: #49c1bf;
  --teal-dark: #218e90;
  --mist: #f4f9fa;
  --mist-deep: #e3f0f2;
  --line: #d8e8e9;
  --muted: #5d7378;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(8, 39, 45, 0.12);
  --shadow-soft: 0 16px 44px rgba(8, 39, 45, 0.09);
  --radius: 30px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.service-bar {
  color: var(--ink-deep);
  background: var(--teal);
  font-size: 13px;
  font-weight: 600;
}

.service-bar__inner,
.nav-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.service-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.service-bar a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.service-bar svg {
  width: 15px;
  fill: currentColor;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--white);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 32px;
}

.brand {
  width: 174px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-shell nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  color: #25474d;
  font-size: 14px;
  font-weight: 600;
}

.nav-shell nav a,
.service-bar a,
.site-footer a {
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-shell nav a:hover,
.service-bar a:hover,
.site-footer a:hover {
  opacity: 0.7;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--teal);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 590px;
  overflow: hidden;
  padding: 90px 24px 145px;
  isolation: isolate;
  text-align: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 250, 0.88)),
    url("/Image/2025/04/apex-appliance-repair-cleveland-ohio-metro-white.svg") center 42% / min(1040px, 80vw) auto no-repeat,
    var(--mist-deep);
}

.hero::after {
  position: absolute;
  right: -6%;
  bottom: -145px;
  left: -6%;
  z-index: -1;
  height: 205px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--white);
  content: "";
}

.hero__glow {
  position: absolute;
  z-index: -2;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.5;
  background: radial-gradient(circle, rgba(73, 193, 191, 0.34), rgba(73, 193, 191, 0));
}

.hero__glow--one {
  top: -170px;
  right: -60px;
}

.hero__glow--two {
  bottom: -180px;
  left: -100px;
}

.hero__content {
  width: min(810px, 100%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  justify-content: center;
}

.eyebrow > span {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--teal);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 780px;
  margin: 0 auto 24px;
  font-size: clamp(42px, 6.2vw, 76px);
  font-weight: 800;
}

h1 em {
  position: relative;
  color: var(--teal-dark);
  font-style: normal;
  white-space: nowrap;
}

h1 em::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
  clip-path: polygon(0 68%, 100% 0, 98% 85%, 2% 100%);
}

.hero__intro {
  max-width: 650px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 345px;
  min-height: 76px;
  padding: 12px 16px;
  border-radius: 20px;
  color: var(--white);
  text-align: left;
  background: linear-gradient(135deg, var(--ink), #123d44);
  box-shadow: 0 18px 34px rgba(8, 39, 45, 0.22);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.download-button:hover {
  box-shadow: 0 24px 40px rgba(8, 39, 45, 0.27);
  transform: translateY(-3px);
}

.download-button:focus-visible,
.quick-actions a:focus-visible,
.contact-details a:focus-visible,
.nav-shell a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.download-button__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  color: var(--ink);
  background: var(--teal);
}

.download-button__icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.download-button > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.download-button strong {
  font-size: 18px;
  line-height: 1.25;
}

.download-button small {
  margin-top: 3px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-button__arrow {
  width: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.compatibility {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.compatibility svg {
  width: 17px;
  height: 17px;
  padding: 3px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.contact-showcase {
  display: grid;
  width: min(1160px, calc(100% - 48px));
  margin: -36px auto 120px;
  grid-template-columns: minmax(0, 1.07fr) minmax(0, 0.93fr);
  gap: 28px;
}

.profile-card,
.included-card,
.qr-card {
  border: 1px solid rgba(8, 39, 45, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.profile-card {
  padding: clamp(24px, 4vw, 42px);
}

.profile-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #17775f;
  background: #e4f7ef;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #23b26d;
  box-shadow: 0 0 0 4px rgba(35, 178, 109, 0.14);
}

.profile-card__identity {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}

.profile-card__logo {
  display: grid;
  width: 128px;
  height: 128px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 9px solid var(--white);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, var(--mist));
  box-shadow: 0 17px 40px rgba(8, 39, 45, 0.15);
}

.profile-card__logo img {
  width: 82%;
  height: auto;
}

.profile-card h2 {
  margin: 0 0 7px;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 800;
}

.profile-card__identity p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.quick-actions {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.quick-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 13px 5px 11px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--teal-dark);
  background: var(--mist);
  font-size: 10px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
  flex-direction: column;
}

.quick-actions a:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-2px);
}

.quick-actions span {
  display: grid;
  width: 31px;
  height: 31px;
  margin-bottom: 6px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
}

.quick-actions svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.quick-actions a:first-child svg {
  fill: currentColor;
  stroke: none;
}

.contact-details {
  margin: 0;
}

.contact-details > dl {
  position: relative;
  display: grid;
  min-height: 70px;
  margin: 10px 0 0;
  padding: 13px 52px 13px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(8, 39, 45, 0.045);
  align-content: center;
}

.contact-details dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-details dd {
  min-width: 0;
  margin: 1px 0 0;
  overflow-wrap: anywhere;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 600;
}

.contact-details dd > svg,
.contact-details__link-icon {
  position: absolute;
  top: 50%;
  right: 19px;
}

.contact-details dd > svg {
  width: 20px;
  color: var(--teal-dark);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transform: translateY(-50%);
}

.contact-details__link-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(73, 193, 191, 0.28);
  border-radius: 13px;
  color: var(--teal-dark);
  background: linear-gradient(145deg, #f3fbfb, #e1f4f4);
  box-shadow: 0 7px 18px rgba(33, 142, 144, 0.12);
  transform: translateY(-50%);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-details__link-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.contact-details__link-icon--phone svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.contact-details__link-icon:hover {
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 10px 22px rgba(33, 142, 144, 0.24);
  transform: translateY(calc(-50% - 2px));
}

.contact-details__link-icon:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.profile-card__note {
  margin: 18px 0 0;
  padding: 15px 17px;
  border-left: 4px solid var(--teal);
  border-radius: 0 14px 14px 0;
  color: var(--muted);
  background: var(--mist);
  font-size: 12px;
  line-height: 1.55;
}

.profile-card__note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-side {
  display: grid;
  gap: 28px;
}

.included-card {
  padding: clamp(28px, 4vw, 42px);
  box-shadow: var(--shadow-soft);
}

.included-card h2,
.qr-card h2,
.final-cta h2 {
  font-weight: 800;
}

.included-card h2 {
  max-width: 430px;
  margin: 0 0 27px;
  font-size: clamp(29px, 3.4vw, 43px);
}

.included-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.included-card li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  transition: background 180ms ease, transform 180ms ease;
}

.included-card li:hover {
  background: var(--mist);
  transform: translateX(3px);
}

.included-card li > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
}

.included-card li svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.included-card li div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.included-card li strong {
  font-size: 14px;
}

.included-card li small {
  color: var(--muted);
  font-size: 11px;
}

.qr-card {
  display: grid;
  overflow: hidden;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(73, 193, 191, 0.2), transparent 35%),
    linear-gradient(145deg, var(--ink-deep), #0d3a42);
  box-shadow: var(--shadow-soft);
  grid-template-columns: minmax(0, 1fr) 162px;
  gap: 20px;
}

.qr-card__copy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  align-self: center;
}

.qr-card__number {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
}

.qr-card h2 {
  margin: 2px 0 9px;
  color: var(--white);
  font-size: clamp(21px, 2.3vw, 28px);
  letter-spacing: -0.03em;
}

.qr-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.55;
}

.qr-card__image {
  position: relative;
  display: grid;
  width: 162px;
  height: 162px;
  place-items: center;
  padding: 8px;
  border-radius: 22px;
  background: var(--white);
}

.qr-card__image > img:first-child {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  image-rendering: pixelated;
}

.qr-card__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 40px;
  padding: 9px;
  border: 4px solid var(--white);
  border-radius: 9px;
  background: var(--white);
  transform: translate(-50%, -50%);
}

.final-cta {
  display: flex;
  width: min(1160px, calc(100% - 48px));
  min-height: 290px;
  margin: 0 auto 110px;
  padding: clamp(35px, 6vw, 68px);
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  border-radius: 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 16%, rgba(73, 193, 191, 0.22), transparent 28%),
    radial-gradient(circle at 12% 130%, rgba(73, 193, 191, 0.18), transparent 35%),
    var(--ink);
  box-shadow: var(--shadow);
}

.final-cta > div {
  max-width: 520px;
}

.eyebrow--light {
  color: var(--teal);
}

.final-cta h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(36px, 4.8vw, 58px);
}

.final-cta p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.download-button--light {
  min-width: 350px;
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
}

.download-button--light .download-button__icon {
  color: var(--white);
  background: var(--teal-dark);
}

.download-button--light small {
  color: var(--muted);
}

.site-footer {
  display: flex;
  min-height: 210px;
  padding: 44px max(24px, calc((100% - 1160px) / 2));
  align-items: center;
  color: rgba(255, 255, 255, 0.66);
  background: var(--ink-deep);
  font-size: 12px;
  gap: 32px;
}

.site-footer__brand {
  display: block;
  width: 165px;
  flex: 0 0 auto;
}

.site-footer__brand img {
  width: 100%;
  height: auto;
}

.site-footer p {
  margin: 0;
}

.site-footer > div {
  display: flex;
  margin-left: auto;
  gap: 24px;
}

.site-footer > div a:first-child {
  color: var(--teal);
  font-weight: 800;
}

@media (max-width: 960px) {
  .nav-shell nav {
    display: none;
  }

  .contact-showcase {
    width: min(680px, calc(100% - 40px));
    grid-template-columns: 1fr;
  }

  .final-cta {
    width: min(680px, calc(100% - 40px));
    align-items: flex-start;
    flex-direction: column;
  }

  .download-button--light {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer > div {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .service-bar__inner,
  .nav-shell {
    width: calc(100% - 32px);
  }

  .service-bar__inner > span {
    display: none;
  }

  .service-bar__inner {
    justify-content: center;
  }

  .nav-shell {
    min-height: 78px;
  }

  .brand {
    width: 144px;
  }

  .nav-cta {
    min-height: 43px;
    padding: 0 15px;
    font-size: 12px;
  }

  .hero {
    min-height: 560px;
    padding: 72px 20px 130px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero__intro {
    font-size: 16px;
  }

  .download-button {
    width: 100%;
    min-width: 0;
  }

  .contact-showcase {
    margin-top: -28px;
    margin-bottom: 78px;
  }

  .profile-card__topline {
    margin-bottom: 25px;
  }

  .profile-card__identity {
    text-align: center;
    flex-direction: column;
    gap: 17px;
  }

  .profile-card__logo {
    width: 116px;
    height: 116px;
  }

  .profile-card__identity p {
    font-size: 13px;
  }

  .qr-card {
    grid-template-columns: 1fr;
  }

  .qr-card__image {
    width: 100%;
    height: auto;
    max-width: 244px;
    aspect-ratio: 1;
    justify-self: center;
  }

  .final-cta {
    margin-bottom: 70px;
    border-radius: 28px;
  }

  .site-footer > div {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 400px) {
  .brand {
    width: 125px;
  }

  .nav-cta {
    padding: 0 12px;
  }

  .status-pill {
    display: none;
  }

  .quick-actions {
    gap: 6px;
  }

  .quick-actions a {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
