* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #101828;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: auto;
}
.shell {
    width: min(calc(100% - 80px), var(--max));
    margin-inline: auto;
}
.repair-hero {
  background: #fff;
  overflow: hidden;
  padding: 25px 0 82px;
}

.repair-hero .container {
  max-width: 1200px;
}

.repair-content {
  padding-left: 15px;
  padding-top: 40px;
}

.repair-small-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #07152d;
  margin-bottom: 10px;
}

.repair-content h1 {
  margin: 0;

  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: clamp(39px, 4.4vw, 56px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #07152d;
}

.repair-image {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

.repair-content h1 span {
  color: #145dcc;
}

.hero-h1-md .repair-content h1 {
  font-size: clamp(38px, 4.25vw, 54px);
}

.hero-h1-sm .repair-content h1 {
  font-size: clamp(35px, 3.8vw, 48px);
}

.repair-content p {
  max-width: 560px;
  margin: 0 0 16px;

  color: #344054;

  font-size: 16px;
  line-height: 1.68;
}

.repair-content .repair-description {
  margin-top: 24px;
}

.repair-buttons {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
  margin-bottom: 28px;
}

.repair-btn {
  height: 43px;
  padding: 0 17px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 6px;
  border: 1px solid #145dcc;

  background: #145dcc;
  color: #fff;

  font-size: 13px;
  font-weight: 500;
  text-decoration: none;

  transition: 0.2s ease;
}

.repair-btn:hover {
  background: #0d4eaf;
  color: #fff;
}

.repair-btn-outline {
  background: #fff;
  color: #145dcc;
}

.repair-btn-outline:hover {
  background: #145dcc;
  color: #fff;
}

@media (max-width: 991px) {
  .repair-hero {
    padding: 30px 0 62px;
  }

  .repair-content {
    text-align: center;
    padding-left: 0;
  }

  .repair-buttons {
    justify-content: center;
  }

  .repair-review {
    justify-content: center;
  }

  .repair-image-box {
    height: auto;
    margin-top: 25px;
  }

  .repair-image {
    max-width: 500px;
  }
}

@media (max-width: 575px) {
  .repair-hero {
    padding: 20px 0 44px;
  }

  .repair-small-title {
    font-size: 18px;
  }

  .repair-content h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .repair-content p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .repair-content .repair-description {
    margin-top: 18px;
  }

  .repair-buttons {
    gap: 8px;
    margin-top: 26px;
    margin-bottom: 24px;
  }

  .repair-btn {
    height: 41px;
    padding: 0 12px;
    font-size: 12px;
  }

  .repair-btn i {
    font-size: 14px;
  }

  .repair-review {
    gap: 10px;
  }

  .avatars img {
    width: 28px;
    height: 28px;
  }

  .happy {
    font-size: 12px;
  }

  .rating span {
    font-size: 13px;
  }

  .rating b,
  .rating small {
    font-size: 12px;
  }

  .repair-image-box {
    margin-top: 15px;
  }

  .repair-image {
    width: 100%;
    max-width: 430px;
  }
}

@media (max-width: 800px) {
  .container {
    width: min(100% - 28px, 560px);
  }

 

  .hamburger {
    display: block;
  }

  .logo img {
    height: 42px;
  }
}

:root {
    --ink: #171717;
    --muted: #6c6b68;
    --paper: #fbf9f5;
    --cream: #f1ede6;
    --line: #d8d3ca;
    --red: #ef554d;
    --red-dark: #0d4eaf;
    --orange: #ffb05c;
    --navy: #1a2029;
    --white: #fff;
    --max: 1280px;
}



.section-pad {
    padding: 138px 0;
}

.kicker {
    margin: 0 0 22px;

    color: #145dcc;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.kicker-light {
    color: var(--orange);
}

.section-heading h2,
.heading-row h2,
.trust-copy h2,
.process-copy h2,
.faq-intro h2,
.location-grid h2 {
    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.08em;
}

.section-heading h2 em,
.heading-row h2 em,
.trust-copy h2 em,
.process-copy h2 em,
.faq-intro h2 em,
.location-grid h2 em {
    font-style: normal;
    color: #145dcc;
}

.heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.section-heading h2,
.heading-row h2 {
    font-size: clamp(56px, 6vw, 82px);
  color: #101828;
}

.heading-aside {
    max-width: 350px;
    margin: 0 0 5px;

    color: var(--muted);

    font-size: 16px;
    line-height: 1.6;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 23px;

    border: 0;
    border-radius: 100px;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition: transform 0.2s, background 0.2s;
}

.button:hover {
    transform: translateY(-2px);
    background: var(--red-dark);
}

.button span {
    margin-left: 9px;
    font-size: 17px;
}

.button-dark {
    background: var(--ink);
    color: #fff;
}

.button-light {
    background: #fff;
    color: var(--ink);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #145dcc;

    font-size: 13px;
    font-weight: 700;
}

.text-link span {
    font-size: 18px;
}

@media (max-width: 900px) {
    .shell {
        width: min(calc(100% - 52px), var(--max));
    }
}

@media (max-width: 720px) {
    .shell {
        width: min(calc(100% - 40px), var(--max));
    }

    .section-pad {
        padding: 92px 0;
    }

    .heading-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .section-heading h2,
    .heading-row h2 {
        font-size: clamp(46px, 12vw, 63px);
    }

    .heading-aside {

        margin-top: 0;
    }
}

.ticker {
    overflow: hidden;
    padding: 21px 0;

    background: #145dcc;
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.ticker-track {
    min-width: max-content;

    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 42px;

    white-space: nowrap;

    animation: marquee 35s linear infinite;
}

.ticker i {
    font-style: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 720px) {
    .ticker {
        font-size: 12px;
    }
}

.promise-section {
    background: var(--navy);
    color: #fff;
}

.promise-section h2 {
    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(40px, 4.4vw, 60px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.promise-section h2 em {
    font-style: normal;
    color: #4e9bff;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;

    margin-top: 50px;

    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.promise {
    background: var(--navy);
    padding: 34px 30px 32px;
    transition: background 0.25s ease;
}

.promise:hover {
    background: #212b38;
}

.promise i {
    width: 56px;
    height: 56px;

    display: grid;
    place-items: center;

    background: rgba(78, 155, 255, 0.12);
    color: #4e9bff;
    border-radius: 15px;

    font-size: 26px;
    line-height: 1;

    transition: background 0.25s ease, color 0.25s ease;
}

.promise:hover i {
    background: #4e9bff;
    color: var(--navy);
}

.promise strong {
    display: block;
    margin-top: 24px;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(30px, 2.6vw, 38px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.035em;
}

.promise span {
    display: block;
    margin-top: 13px;

    color: #4e9bff;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promise p {
    margin: 15px 0 0;

    color: #adb2b8;

    font-size: 13.5px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 38px;
    }

    .promise {
        padding: 28px 24px 26px;
    }
}

@media (max-width: 720px) {
    .promise-section h2 {
        font-size: clamp(30px, 8vw, 40px);
    }

    .promise-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .promise {
        padding: 24px 20px 22px;
    }

    .promise i {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 22px;
    }

    .promise strong {
        margin-top: 18px;
    }

    .promise p {
        font-size: 13px;
    }
}

.services-section {

    background: var(--paper);
}

.service-grid {
    display: grid;
    grid-template-columns: 1.18fr 1fr 1fr;
    
    gap: 18px;

    margin-top: 72px;
}

.service-card {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 32px;

    border-radius: 14px;
    overflow: hidden;
     text-align: start;
    transition: transform 0.25s, box-shadow 0.25s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(30, 28, 24, 0.12);
}

.service-card-tall {
    grid-row: span 2;
    background: transparent;
}

.service-card-wide {
    grid-column: auto;
    background: transparent;
}

.service-card-image {
    color: #fff;
}

.service-card-image img,
.image-card-shade {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.image-card-shade {
    background: linear-gradient(180deg, rgba(15, 18, 22, 0.03) 15%, rgba(15, 18, 22, 0.86) 100%);
}

.service-card-image img {
    transition: transform 0.5s;
}

.service-card-image:hover img {
    transform: scale(1.05);
}

.service-card-image .service-number {
    position: absolute;
    top: 31px;
    left: 32px;

    color: #fff;
    opacity: 0.85;

    font: 600 14px "Space Grotesk";
}

.service-card-content {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 30px;
}

.service-card-image .service-icon {
    display: block;
    margin: 0 0 8px;

    color: var(--orange);

    font-size: 43px;
    line-height: 1;
}

.service-card-image h3 {
    margin: 9px 0 13px;

    font-family: "Space Grotesk";
    font-size: 38px;
    font-weight: 600;
    line-height: 0.93;
    letter-spacing: -0.06em;
}

.service-card-image p {
    max-width: 310px;
    margin: 0;

    color: #fff;
    opacity: 0.9;

    font-size: 15px;
    line-height: 1.5;
}

.service-card-image .service-arrow {
    position: absolute;
    right: 0;
    bottom: 0;

    font-size: 34px;
}

@media (max-width: 720px) {
    .service-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 260px 260px;
        gap: 11px;

        margin-top: 44px;
    }

    .service-card {
        padding: 21px;
        border-radius: 10px;
    }

    .service-card-tall {
        grid-row: span 2;
    }

    .service-card-image .service-number {
        top: 21px;
        left: 21px;
    }

    .service-card-content {
        left: 21px;
        right: 21px;
        bottom: 20px;
    }

    .service-card-image .service-icon {
        font-size: 32px;
        margin-bottom: 4px;
    }

    .service-card-image h3 {
        font-size: 29px;
    }

    .service-card-image p {
        font-size: 12px;
    }

    .service-card-image .service-arrow {
        font-size: 26px;
    }
}

@media (max-width: 430px) {
    .service-grid {
        display: flex;
        flex-direction: column;
    }

    .service-card,
    .service-card-wide {
        min-height: 235px;
    }

    .service-card-tall {
        min-height: 310px;
    }

    .service-card-image h3 {
        font-size: 32px;
    }
}

.dark-band {
    background: var(--navy);
    color: #fff;
}

.dark-band .heading-aside {
    color: #adb2b8;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;

    margin-top: 54px;
}

.expertise-item {
    position: relative;
    display: block;

    padding: 30px 30px 34px;

    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;

    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.expertise-item:hover {
    background: rgba(78, 155, 255, 0.09);
    border-color: #4e9bff;
    transform: translateY(-4px);
}

.expertise-num {
    display: block;

    color: #4e9bff;

    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.expertise-item h3 {
    margin: 14px 0 10px;
    max-width: 90%;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.expertise-item p {
    margin: 0;
    max-width: 92%;

    color: #adb2b8;

    font-size: 14.5px;
    line-height: 1.65;
}

.expertise-arrow {
    position: absolute;
    top: 26px;
    right: 26px;

    color: #4e9bff;

    font-size: 20px;
    line-height: 1;

    opacity: 0;
    transform: translate(-6px, 6px);

    transition: opacity 0.25s ease, transform 0.25s ease;
}

.expertise-item:hover .expertise-arrow {
    opacity: 1;
    transform: translate(0, 0);
}

.expertise-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;

    margin-top: 34px;
}

.text-link-light {
    color: #4e9bff;
}

@media (max-width: 900px) {
    .expertise-grid {
        gap: 12px;
        margin-top: 40px;
    }

    .expertise-item {
        padding: 26px 24px 28px;
    }
}

@media (max-width: 720px) {
    .expertise-grid {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .expertise-item {
        padding: 22px 20px 24px;
        border-radius: 12px;
    }

    .expertise-item h3 {
        max-width: 100%;
        font-size: 18px;
        margin: 12px 0 8px;
    }

    .expertise-item p {
        max-width: 100%;
        font-size: 13.5px;
    }

    .expertise-arrow {
        top: 22px;
        right: 20px;
        opacity: 1;
        transform: none;
        font-size: 17px;
    }

    .expertise-actions {
        gap: 18px;
        margin-top: 26px;
    }
}

.trust-section {
    background: var(--cream);
}

.trust-grid {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    align-items: center;
    gap: 120px;
}

.trust-image {
    position: relative;
    height: 660px;
}

.trust-image:before {
    content: "";

    position: absolute;
    inset: 14px 14px 0 0;

    background: #145dcc;
    border-radius: 10px;

    transform: rotate(-4deg);
}

.trust-image img {
    position: relative;

    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 9px;

    filter: saturate(0.8);
}

.trust-caption {
    position: absolute;
    bottom: 25px;
    left: 25px;

    padding: 13px 16px;

    background: var(--paper);
    border-radius: 4px;

    font: 600 15px/1.2 "Space Grotesk";
    letter-spacing: -0.03em;
}

.trust-copy h2 {
    font-size: clamp(56px, 6vw, 79px);
    margin-bottom: 30px;
}

.lead-copy {
    max-width: 510px;

    margin: 1em 0;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.7;
}

.trust-points {
    margin-top: 40px;
}

.trust-points > div {
    display: flex;
    gap: 16px;

    padding: 20px 0;

    border-top: 1px solid var(--line);
}

.trust-points span {
    color: #145dcc;
    font-size: 17px;
}

.trust-points h3 {
    margin: 0 0 3px;

    font-family: "Space Grotesk";
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
}

.trust-points p {
    margin: 0;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.55;
}

.trust-callout {
    display: flex;
    flex-direction: column;
    gap: 3px;

    margin-top: 25px;
    padding-left: 14px;

    border-left: 3px solid #145dcc;

    font-size: 12px;
}

.trust-callout strong {
    font: 600 15px "Space Grotesk";
}

.trust-callout span {
    color: var(--muted);
}

@media (max-width: 900px) {
    .trust-grid {
        gap: 65px;
    }

    .trust-image {
        height: 560px;
    }
}

@media (max-width: 720px) {
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-image {
        height: 390px;
    }

    .trust-copy {
        margin-top: 4px;
    }

    .trust-copy h2 {
        font-size: clamp(46px, 12vw, 64px);
    }

    .lead-copy {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .trust-image {
        height: 325px;
    }
}

.case-section {
    background: var(--paper);
}

.cs {
    margin-top: 54px;

    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    overflow: hidden;

    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.cs-shots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;

    background: #e4e7ec;
}

.cs-shot {
    position: relative;
    margin: 0;

    aspect-ratio: 4 / 3;
    background: #101828;
    overflow: hidden;
}

.cs-shot img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;

    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cs-shot:hover img {
    transform: scale(1.05);
}

.cs-shot::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 42%);
    pointer-events: none;
}

.cs-shot .lbl {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;

    padding: 8px 14px;

    background: rgba(16, 24, 40, 0.9);
    color: #fff;
    border-radius: 100px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.cs-shot.aft .lbl {
    background: #145dcc;
    color: #fff;
}

.cs-shot.aft img {
    object-position: center 40%;
}

.cs-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;

    margin: 0;

    background: #e4e7ec;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
}

.cs-facts:first-child {
    border-top: 0;
}

.cs-fact {
    background: #fff;
    padding: 24px;
    transition: background 0.25s ease;
}

.cs-fact:hover {
    background: #f7f9fc;
}

.cs-fact dt {
    color: #145dcc;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cs-fact dd {
    margin: 8px 0 0;

    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.cs-fact dd small {
    display: block;
    margin-top: 5px;

    color: var(--muted);

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0;
}

.cs-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;

    padding: 40px;
}

.cs-body h3 {
    display: inline-block;

    margin: 0 0 14px;
    padding-bottom: 10px;

    border-bottom: 2px solid #145dcc;

    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.01em;
}

.cs-body p {
    margin: 0;

    color: var(--muted);

    font-size: 14.5px;
    line-height: 1.75;
}

.cs-body p + p {
    margin-top: 12px;
}

.cs-body p a {
    color: #145dcc;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cs-body p strong {
    color: #101828;
}

.cs-body ol {
    margin: 0;
    padding-left: 20px;

    color: var(--muted);

    font-size: 14.5px;
    line-height: 1.75;
}

.cs-body ol li {
    margin-bottom: 9px;
}

.cs-body ol li strong {
    color: #101828;
}

.cs-quote {
    grid-column: 1 / -1;

    margin: 0;
    padding: 20px 0 20px 24px;

    border-left: 3px solid #145dcc;
    background: linear-gradient(90deg, rgba(20, 93, 204, 0.07), transparent 60%);
}

.cs-quote p {
    color: #101828;
    font-size: 16px;
    line-height: 1.7;
}

.cs-quote cite {
    display: block;
    margin-top: 12px;

    color: var(--muted);

    font-size: 12.5px;
    font-style: normal;
    letter-spacing: 0.04em;
}

.cs-quote cite b {
    color: #101828;
}

.cs-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;

    margin-top: 34px;
}

@media (max-width: 900px) {
    .cs-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-body {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px;
    }
}

@media (max-width: 720px) {
    .cs {
        margin-top: 38px;
        border-radius: 13px;
    }

    .cs-shots {
        grid-template-columns: 1fr;
    }

    .cs-facts {
        grid-template-columns: 1fr;
    }

    .cs-fact {
        padding: 18px 20px;
    }

    .cs-fact dd {
        font-size: 17px;
    }

    .cs-body {
        padding: 24px 20px;
        gap: 24px;
    }

    .cs-body p,
    .cs-body ol {
        font-size: 13.5px;
    }

    .cs-quote p {
        font-size: 14.5px;
    }

    .cs-actions {
        gap: 18px;
        margin-top: 26px;
    }
}

.process-section {
    background: #e6ded2;
}

.process-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 120px;
}

.process-copy h2 {
    font-size: clamp(56px, 6vw, 79px);
    margin-bottom: 24px;
}

.process-copy > p:not(.kicker) {
    max-width: 310px;

    margin: 1em 0 28px;

    color: var(--muted);

    font-size: 17px;
    line-height: 1.7;
}

.process-steps {
    border-top: 1px solid var(--ink);
}

.process-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;

    padding: 32px 0;

    border-bottom: 1px solid rgba(23, 23, 23, 0.28);
}

.process-step > span {
    color: #145dcc;
    font: 600 12px "Space Grotesk";
}

.process-step h3 {
    margin: 0 0 6px;

    font-family: "Space Grotesk";
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04em;
}

.process-step p {
    max-width: 450px;
    margin: 0;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .process-grid {
        gap: 65px;
    }
}

@media (max-width: 720px) {
    .process-grid {

        grid-template-columns: 1fr;
    }

    .process-copy h2 {
        font-size: clamp(46px, 12vw, 64px);
    }

    .process-step h3 {
        font-size: 21px;
    }

    .process-step p {
        font-size: 13px;
    }
}

.reviews-section {
    background: #fff;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reviews-section img,
.review-card {
    -webkit-user-drag: none;
}

.reviews-section .shell {
    width: 100%;
}

.reviews-panel {
    background: #fff;
    padding: 0 60px;
}

.reviews-panel h2 {
    margin: 0;

    color: #07152d;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.reviews-panel h2 em {
    font-style: normal;
    color: #145dcc;
}

.reviews-lede {
    max-width: 560px;
    margin: 22px 0 0;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.7;
}

.reviews-track {
    display: flex;
    gap: 18px;

    margin-top: 42px;
    padding-bottom: 6px;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

    cursor: grab;
}

.reviews-track:active,
.reviews-track.dragging {
    cursor: grabbing;
}

.reviews-track.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.reviews-track::-webkit-scrollbar {
    display: none;
}

.review-card {
    flex: 0 0 auto;
    width: calc((100% - 36px) / 3);

    display: flex;
    flex-direction: column;

    padding: 24px 24px 22px;

    background: #f5f7fa;
    border: 1px solid #e9edf3;
    border-radius: 12px;

    scroll-snap-align: start;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.review-card:hover {
    background: #fff;
    border-color: #cfdcf2;
}

.review-stars {
    color: #fbbc04;
    font-size: 15px;
    letter-spacing: 0.16em;
    line-height: 1;
}

.review-card p {
    margin: 16px 0 0;

    color: #475467;

    font-size: 13.5px;
    line-height: 1.62;
}

.review-meta {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-top: auto;
    padding-top: 20px;
}

.review-avatar {
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    display: grid;
    place-items: center;

    background: #145dcc;
    color: #fff;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}

.review-meta > div {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.review-meta strong {
    color: #101828;
    font-size: 13.5px;
    font-weight: 700;
}

.review-meta > div > span {
    color: #8a94a6;
    font-size: 12px;
}

.reviews-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;

    margin-top: 34px;
    padding-top: 26px;

    border-top: 1px solid #eceff4;
}

.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

    transition: opacity 0.2s ease;
}

.google-badge:hover {
    opacity: 0.78;
}

.google-g {
    width: 22px;
    height: 22px;
}

.google-word {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.google-word span:nth-child(1) { color: #4285f4; }
.google-word span:nth-child(2) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(5) { color: #34a853; }
.google-word span:nth-child(6) { color: #ea4335; }

.google-score {
    color: var(--muted);
    font-size: 13px;
}

.google-score strong {
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.reviews-nav {
    display: flex;
    gap: 10px;
}

.reviews-nav button {
    width: 44px;
    height: 44px;

    display: grid;
    place-items: center;

    background: #fff;
    color: #101828;

    border: 1px solid #d7dfec;
    border-radius: 50%;

    font-size: 17px;
    cursor: pointer;

    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        transform 0.2s ease;
}

.reviews-nav button:hover {
    background: #145dcc;
    color: #fff;
    border-color: #145dcc;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .reviews-panel {
        padding: 0 40px;
    }

    .review-card {
        width: calc((100% - 18px) / 2);
    }
}

@media (max-width: 720px) {
    .reviews-panel {
        padding: 0 22px;
    }

    .reviews-panel h2 {
        font-size: clamp(30px, 8vw, 38px);
    }

    .reviews-lede {
        font-size: 14px;
        margin-top: 18px;
    }

    .reviews-track {
        margin-top: 30px;
        gap: 12px;
    }

    .review-card {
        width: 100%;
        padding: 20px;
    }

    .review-card p {
        font-size: 13px;
    }

    .reviews-foot {
        margin-top: 26px;
        padding-top: 20px;
    }

    .google-word {
        font-size: 17px;
    }

    .google-score {
        font-size: 12px;
        width: 100%;
    }

    .reviews-nav button {
        width: 40px;
        height: 40px;
    }
}

.faq-section {
    background: var(--paper);
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 120px;
}

.faq-intro {
    position: sticky;
    top: 108px;
    align-self: start;
}

.faq-intro h2 {
    font-size: clamp(56px, 6vw, 79px);
    margin-bottom: 22px;
}

.faq-intro > p:not(.kicker) {
    max-width: 300px;
    margin: 0 0 27px;

    color: var(--muted);

    font-size: 16px;
    line-height: 1.6;
}

.faq-list {
    border-top: 0;
}

.faq-list details {
    padding: 0;
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 27px 0;

    list-style: none;
    cursor: pointer;

    font-family: "Space Grotesk";
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.03em;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    color: #145dcc;
    font: 400 24px "DM Sans";
    transition: transform 0.2s;
}

.faq-list details[open] summary span {
    transform: rotate(45deg);
}

.faq-list details p {
    max-width: 690px;
    margin: 0 35px 28px 0;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .faq-grid {
        gap: 65px;
    }
}

@media (max-width: 720px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-intro {
        position: static;
    }

    .faq-intro h2 {
        font-size: clamp(46px, 12vw, 64px);
    }

    .faq-intro .button {
        margin-bottom: 10px;
    }

    .faq-list summary {
        font-size: 17px;
        padding: 20px 0;
    }

    .faq-list details p {
        font-size: 13px;
    }
}

.location-section {
    background: var(--cream);
}

.location-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
    gap: 40px;

    margin-top: 54px;
}

.location-card {
    background: #fff;
    border: 1px solid #e4e0d7;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);

    padding: 30px 30px 26px;
}

.location-row {
    display: flex;
    flex-direction: column;
    gap: 6px;

    padding: 16px 0;
    border-bottom: 1px solid #f0ece4;
}

.location-row:first-child {
    padding-top: 0;
}

.location-row > span {
    color: #145dcc;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.location-row strong,
.location-row a {
    color: #101828;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.location-row a {
    transition: color 0.2s ease;
}

.location-row a:hover {
    color: #145dcc;
}

.location-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 22px;
    padding: 14px 24px;

    background: #145dcc;
    color: #fff;

    border-radius: 100px;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 10px 22px rgba(20, 93, 204, 0.25);
    transition: transform 0.2s ease, background 0.2s ease;
}

.location-cta:hover {
    background: #0d4eaf;
    color: #fff;
    transform: translateY(-2px);
}

.location-map-col p {
    max-width: 620px;
    margin: 0 0 16px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.75;
}

.map-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin: 8px 0 20px;
    padding: 12px 18px;

    background: #fff;
    border: 1px solid #e4e0d7;
    border-radius: 10px;

    transition: border-color 0.2s ease, transform 0.2s ease;
}

.map-rating:hover {
    border-color: #145dcc;
    transform: translateY(-2px);
}

.map-rating strong {
    color: #101828;

    font-family: "Space Grotesk";
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.map-rating > span:last-child {
    color: var(--muted);
    font-size: 13px;
}

.map-embed {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 10;

    overflow: hidden;
    border: 1px solid #e4e0d7;
    border-radius: 16px;

    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.map-embed iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
    display: block;
}

@media (max-width: 900px) {
    .location-grid {
        gap: 28px;
    }
}

@media (max-width: 720px) {
    .location-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 38px;
    }

    .location-card {
        padding: 22px 22px 20px;
        border-radius: 13px;
    }

    .location-row {
        padding: 14px 0;
    }

    .location-row strong,
    .location-row a {
        font-size: 14px;
    }

    .location-map-col p {
        font-size: 14px;
    }

    .map-embed {
        aspect-ratio: 4 / 3;
        border-radius: 13px;
    }
}



.mobile-call-bar {
    display: none;
}

@media (max-width: 900px) {
    .mobile-call-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: var(--line);
        border-top: 1px solid var(--line);
        box-shadow: 0 -6px 18px rgba(0, 0, 0, .10);
    }

    .mobile-call-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 54px;
        padding: 10px 12px;
        background: #fff;
        color: #145dcc;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
    }

    .mobile-call-bar a.is-wa {
        background: #145dcc;
        color: #fff;
    }

    .mobile-call-bar a i {
        font-size: 16px;
    }

    body {
        padding-bottom: 54px;
    }
}

@media (min-width: 901px) {

}

.repair-btn-outline[href*="wa.me"] i {
    color: #25d366;
    transition: color .18s ease;
}

.repair-btn-outline[href*="wa.me"]:hover,
.repair-btn-outline[href*="wa.me"]:focus-visible,
.repair-btn-outline[href*="wa.me"]:active {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.repair-btn-outline[href*="wa.me"]:hover i,
.repair-btn-outline[href*="wa.me"]:focus-visible i,
.repair-btn-outline[href*="wa.me"]:active i {
    color: #fff;
}

.repair-btn-outline[href*="wa.me"]:active {
    background: #1da851;
    border-color: #1da851;
}

.wa-float {
    display: none;
}

@media (min-width: 901px) {
    .wa-float {
        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 1030;

        display: inline-flex;
        align-items: center;
        gap: 0;

        height: 60px;
        padding: 0 18px;
        border-radius: 999px;

        background: #25d366;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 10px 26px rgba(37, 211, 102, .38);

        transition: gap .22s ease, padding .22s ease, background .18s ease, box-shadow .18s ease;
    }

    .wa-float:hover,
    .wa-float:focus-visible {
        gap: 11px;
        padding: 0 24px 0 18px;
        background: #1da851;
        color: #fff;
        box-shadow: 0 14px 32px rgba(29, 168, 81, .46);
    }

    .wa-float:focus-visible {
        outline: 3px solid #145dcc;
        outline-offset: 3px;
    }

    .wa-float i {
        font-size: 27px;
        line-height: 1;
    }

    .wa-float span {
        max-width: 0;
        overflow: hidden;
        white-space: nowrap;
        font-weight: 700;
        font-size: 15px;
        opacity: 0;
        transition: max-width .22s ease, opacity .18s ease;
    }

    .wa-float:hover span,
    .wa-float:focus-visible span {
        max-width: 170px;
        opacity: 1;
    }

    .wa-float::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        border: 2px solid #25d366;
        animation: wa-ring 2.6s ease-out infinite;
        pointer-events: none;
    }

    @keyframes wa-ring {
        0% { transform: scale(1); opacity: .55; }
        70% { transform: scale(1.32); opacity: 0; }
        100% { transform: scale(1.32); opacity: 0; }
    }
}

@media (prefers-reduced-motion: reduce) {
    .wa-float,
    .wa-float span {
        transition: none;
    }

    .wa-float::before {
        animation: none;
        opacity: 0;
    }
}



.models-section {
    background: var(--cream);
}

.model-chips {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.model-chips li {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
}

.area-chips li {
    background: var(--cream);
}

.step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
}

.step-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 30px 28px 28px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.step-item::after {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 118px;
    height: 118px;
    background: radial-gradient(circle at 100% 0, rgba(20, 93, 204, .09), rgba(20, 93, 204, 0) 70%);
    pointer-events: none;
}

.step-item:hover {
    transform: translateY(-3px);
    border-color: #bed0ec;
    box-shadow: 0 16px 34px rgba(7, 21, 45, .10);
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #145dcc;
    color: #fff;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
}

.step-item h3 {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin: 0 0 10px;
    color: var(--ink);
}

.step-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.68;
    color: var(--muted);
}

@media (prefers-reduced-motion: reduce) {
    .step-item { transition: none; }
    .step-item:hover { transform: none; }
}

.price-section {
    background: var(--paper);
}

.price-lede {
    max-width: 70ch;
    margin: 26px 0 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--muted);
}

.price-title {
    margin: 52px 0 0;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: var(--ink);
}

.table-scroll {
    margin-top: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.price-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 620px;
    font-family: "DM Sans", Arial, sans-serif;
}

.price-table th,
.price-table td {
    padding: 15px 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    line-height: 1.55;
}

.price-table thead th {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    background: var(--cream);
    white-space: nowrap;
}

.price-table tbody th {
    font-weight: 700;
    color: var(--ink);
    width: 34%;
}

.price-table tbody td {
    color: var(--muted);
}

.price-table td.num {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
    border-bottom: 0;
}

.price-table tbody tr:nth-child(even) th,
.price-table tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.compare-table tbody td:first-of-type {
    color: var(--ink);
    font-weight: 600;
}

.price-note {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
}

.price-note a {
    color: #145dcc;
    font-weight: 600;
}

@media (min-width: 761px) {
    .step-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1051px) {
    .step-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.table-scroll {
    position: relative;
    background-image: linear-gradient(to right, #fff 30%, rgba(255,255,255,0)),
        linear-gradient(to left, #fff 30%, rgba(255,255,255,0)),
        linear-gradient(to right, rgba(0,0,0,.10), rgba(0,0,0,0)),
        linear-gradient(to left, rgba(0,0,0,.10), rgba(0,0,0,0));
    background-position: 0 0, 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat;
    background-size: 42px 100%, 42px 100%, 16px 100%, 16px 100%;
    background-attachment: local, local, scroll, scroll;
}

.compare-table thead th {
    background: #145dcc;
    color: #fff;
}

.compare-table thead th:first-child {
    border-top-left-radius: 13px;
}

.compare-table thead th:last-child {
    border-top-right-radius: 13px;
}

.why-section {
    background: var(--cream);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
}

.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 26px 24px 24px;
    border: 1px solid rgba(7, 21, 45, .06);
}

.why-tick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #e7f0fd;
    color: #145dcc;
    font-size: 13px;
}

.why-card h3 {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin: 0 0 9px;
    color: var(--ink);
}

.why-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.68;
    color: var(--muted);
}

.why-strip {
    margin-top: 26px;
    padding: 30px 30px 32px;
    border-radius: 18px;
    background: var(--navy);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: center;
}

.why-strip h3 {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.015em;
    margin: 0 0 8px;
    color: #fff;
}

.why-strip p {
    margin: 0;
    max-width: 54ch;
    font-size: 15px;
    line-height: 1.65;
    color: #b9c0c8;
}

.why-strip .repair-buttons {
    margin: 0;
    flex-wrap: wrap;
}

.why-strip .repair-btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.why-strip .repair-btn-outline:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

@media (min-width: 641px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1051px) {
    .why-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .why-strip {
        grid-template-columns: 1fr auto;
        gap: 34px;
        padding: 34px 38px;
    }
}

.page-tight .section-pad {
    padding: 84px 0;
}

@media (max-width: 900px) {
    .page-tight .section-pad {
        padding: 58px 0;
    }
}

.note-section {
    background: var(--paper);
}

.note-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;

    margin-top: 46px;
}

.note-card {
    padding: 30px 30px 32px;

    background: #fff;
    border: 1px solid #e4e7ec;
    border-top: 3px solid #145dcc;
    border-radius: 14px;

    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.05);
}

.note-card-warn {
    border-top-color: #b54708;
}

.note-card-wide {
    margin-top: 46px;
    max-width: 900px;
}

.note-card h3 {
    margin: 0 0 12px;

    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.note-card p {
    margin: 0;

    color: #475467;

    font-size: 14.5px;
    line-height: 1.72;
}

.note-card p + p {
    margin-top: 14px;
}

.step-closing {
    margin: 30px 0 0;

    color: #475467;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

@media (max-width: 720px) {
    .note-grid {
        margin-top: 32px;
        gap: 16px;
    }

    .note-card {
        padding: 24px 22px 26px;
    }

    .note-card-wide {
        margin-top: 32px;
    }

    .note-card p {
        font-size: 13.5px;
    }
}


.areas-section {
    background: var(--paper);
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;

    margin-top: 46px;
}

.area-chip {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 16px 20px;

    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;

    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.area-chip::before {
    content: "\f3c5";

    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;

    color: #145dcc;
    opacity: 0.75;
}

a.area-chip {
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

a.area-chip:hover {
    border-color: #145dcc;
    box-shadow: 0 8px 22px rgba(20, 93, 204, 0.14);
    transform: translateY(-2px);
}

a.area-chip::after {
    content: "\2197";

    margin-left: auto;

    color: #145dcc;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 14px;

    opacity: 0;
    transition: opacity 0.18s ease;
}

a.area-chip:hover::after {
    opacity: 1;
}

span.area-chip {
    color: #475467;
    font-weight: 500;
}

@media (max-width: 720px) {
    .area-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
        margin-top: 32px;
    }

    .area-chip {
        padding: 13px 15px;
        font-size: 14px;
    }
}

.crumbs {
    background: #fff;
    border-bottom: 1px solid #eef0f4;

    font-size: 13px;
    color: var(--muted);
}

.crumbs .shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    padding: 13px 0;
}

.crumbs a {
    color: #475467;
    transition: color 0.18s ease;
}

.crumbs a:hover {
    color: #145dcc;
}

.crumbs span[aria-hidden] {
    color: #c3c9d4;
}

.crumbs [aria-current] {
    color: #101828;
    font-weight: 600;
}

.facts-section {
    background: #fff;
}

.facts-table {
    width: 100%;
    margin-top: 44px;

    border: 1px solid #e4e7ec;
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0;

    overflow: hidden;
}

.facts-table th,
.facts-table td {
    padding: 17px 24px;
    text-align: left;
    vertical-align: top;

    border-top: 1px solid #eef0f4;
}

.facts-table tr:first-child th,
.facts-table tr:first-child td {
    border-top: 0;
}

.facts-table th {
    width: 34%;

    background: #fbfcfe;
    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.facts-table td {
    color: #475467;
    font-size: 15px;
    line-height: 1.6;
}

.flow-section {
    background: var(--cream);
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;

    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.flow-step {
    position: relative;
    padding: 42px 26px 30px;

    background: #fff;
    border-radius: 16px;
    box-shadow:
        0 1px 2px rgba(7, 21, 45, .05),
        0 12px 26px -16px rgba(7, 21, 45, .22);

    transition: transform .22s ease, box-shadow .22s ease;
}

.flow-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 72px;
    right: -22px;
    height: 2px;

    background-image: linear-gradient(90deg, #bcd0ee 0 7px, transparent 7px 14px);
    background-size: 14px 2px;
}

.flow-grid .flow-step:last-child::before {
    display: none;
}

.flow-num {
    position: absolute;
    top: 0;
    left: 26px;
    z-index: 1;
    transform: translateY(-50%);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;

    background: #fff;
    box-shadow: inset 0 0 0 2px #145dcc;
    border-radius: 50%;
    color: #145dcc;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;

    transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

.flow-step:hover {
    transform: translateY(-4px);
    box-shadow:
        0 1px 2px rgba(7, 21, 45, .05),
        0 22px 40px -18px rgba(7, 21, 45, .3);
}

.flow-step:hover .flow-num {
    background: #145dcc;
    color: #fff;
    box-shadow: inset 0 0 0 2px #145dcc, 0 6px 14px rgba(20, 93, 204, .35);
}

.flow-step h3 {
    margin: 0 0 10px;

    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.flow-step p {
    margin: 0;

    color: #475467;
    font-size: 14.5px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .flow-step::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .flow-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .flow-step::before {
        display: block;
        top: 22px;
        bottom: -26px;
        left: 47px;
        right: auto;
        width: 2px;
        height: auto;

        background-image: linear-gradient(180deg, #bcd0ee 0 7px, transparent 7px 14px);
        background-size: 2px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flow-step,
    .flow-num {
        transition: none;
    }

    .flow-step:hover {
        transform: none;
    }
}

.read-more {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

.read-more h3 {
    margin: 0 0 12px;

    color: var(--muted);

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.read-more a {
    display: block;
    margin-bottom: 9px;

    color: #145dcc;

    font-size: 14.5px;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-color: rgba(20, 93, 204, 0.28);
    text-underline-offset: 3px;
}

.read-more a:hover {
    text-decoration-color: #145dcc;
}

@media (max-width: 720px) {
    .facts-table {
        margin-top: 32px;
    }

    .facts-table th,
    .facts-table td {
        display: block;
        width: auto;
        white-space: normal;
    }

    .facts-table td {
        border-top: 0;
        padding-top: 0;
    }

    .flow-grid {
        margin-top: 32px;
        gap: 14px;
    }

    .flow-step {
        padding: 22px 20px 24px;
    }
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;
    margin-bottom: 18px;

    background: linear-gradient(160deg, #eef4fe 0%, #e2ecfb 100%);
    border: 1px solid #dbe6f8;
    border-radius: 15px;

    font-size: 24px;
    line-height: 1;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);

    transition: transform 0.24s cubic-bezier(0.34, 1.4, 0.64, 1),
                background 0.24s ease,
                border-color 0.24s ease;
}

.step-item,
.why-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    background: #fff;
    border: 1px solid #e4e9f1;
    border-radius: 18px;
    padding: 28px 26px 26px;

    box-shadow: 0 1px 2px rgba(7, 21, 45, 0.04);

    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.step-item::before,
.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background: radial-gradient(120% 90% at 0% 0%, rgba(20, 93, 204, 0.07), rgba(20, 93, 204, 0) 62%);

    opacity: 0;
    transition: opacity 0.24s ease;
}

.step-item:hover,
.why-card:hover {
    transform: translateY(-4px);
    border-color: #b9cdec;
    box-shadow: 0 18px 38px rgba(7, 21, 45, 0.11);
}

.step-item:hover::before,
.why-card:hover::before {
    opacity: 1;
}

.step-item:hover .card-icon,
.why-card:hover .card-icon {
    transform: translateY(-2px) scale(1.08) rotate(-4deg);

    background: linear-gradient(160deg, #e3edfd 0%, #d3e2fa 100%);
    border-color: #c2d5f2;
}

.step-item::after {
    display: none;
}

.why-card h3,
.step-item h3 {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 18.5px;
    line-height: 1.28;
    letter-spacing: -0.012em;

    margin: 0 0 10px;
    color: var(--ink);
}

.why-card p,
.step-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.68;
    color: var(--muted);
}

@media (max-width: 720px) {
    .card-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 14px;
        font-size: 21px;
        border-radius: 13px;
    }

    .step-item,
    .why-card {
        padding: 22px 20px 22px;
        border-radius: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card-icon,
    .step-item,
    .why-card,
    .step-item::before,
    .why-card::before {
        transition: none;
    }

    .step-item:hover,
    .why-card:hover {
        transform: none;
    }

    .step-item:hover .card-icon,
    .why-card:hover .card-icon {
        transform: none;
    }
}

.card-icon-sm {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 12px;
    font-size: 19px;
}

.service-icon {
    font-size: 26px;
    line-height: 1;
}

.facts-section .table-scroll {
    background: none;
}

.facts-table {
    margin-top: 44px;

    background: #fff;
    border: 1px solid #e2e8f2;
    border-radius: 20px;

    box-shadow: 0 1px 2px rgba(7, 21, 45, 0.04), 0 18px 40px rgba(7, 21, 45, 0.05);
    overflow: hidden;
}

.facts-table tr {
    transition: background 0.18s ease;
}

.facts-table tr:hover {
    background: #f7faff;
}

.facts-table th,
.facts-table td {
    padding: 20px 26px;
    border-top: 1px solid #eef1f6;
}

.facts-table tr:first-child th,
.facts-table tr:first-child td {
    border-top: 0;
}

.facts-table th {
    width: 34%;

    background: none;
    color: #101828;

    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;

    display: table-cell;
    vertical-align: middle;
}

.fact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;
    margin-right: 13px;
    vertical-align: middle;

    background: linear-gradient(160deg, #eef4fe 0%, #e2ecfb 100%);
    border: 1px solid #dbe6f8;
    border-radius: 10px;

    font-size: 16px;
    line-height: 1;

    transition: transform 0.22s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.facts-table tr:hover .fact-icon {
    transform: scale(1.1) rotate(-5deg);
}

.facts-table td {
    color: #3d4757;

    font-size: 15.5px;
    line-height: 1.6;
    vertical-align: middle;
}

.facts-table tr:last-child td {
    color: #101828;
    font-weight: 600;
}

@media (max-width: 720px) {
    .facts-table {
        margin-top: 32px;
        border-radius: 16px;
    }

    .facts-table th,
    .facts-table td {
        display: block;
        width: auto;
        white-space: normal;
    }

    .facts-table th {
        padding: 18px 20px 6px;
        font-size: 15px;
    }

    .facts-table td {
        padding: 0 20px 18px 67px;
        border-top: 0;
        font-size: 14.5px;
    }

    .fact-icon {
        width: 30px;
        height: 30px;
        margin-right: 11px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .facts-table tr,
    .fact-icon { transition: none; }
    .facts-table tr:hover .fact-icon { transform: none; }
}

.card-icon i,
.fact-icon i,
.service-icon i {
    display: block;
    color: #145dcc;
    font-size: inherit;
    line-height: 1;
}

.card-icon {
    font-size: 23px;
}

.card-icon-sm {
    font-size: 18px;
}

.fact-icon {
    font-size: 16px;
}

.service-icon i {
    color: #fff;
}

.facts-section .table-scroll {
    border: 0;
    border-radius: 0;
    background: none;
    background-image: none;
    margin-top: 0;
    overflow: visible;
}

.call-float {
    display: none;
}

@media (min-width: 901px) {
    .call-float {
        position: fixed;
        right: 24px;
        bottom: 96px;
        z-index: 1030;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 60px;
        height: 60px;
        border-radius: 999px;

        background: #145dcc;
        color: #fff;
        font-size: 22px;

        box-shadow: 0 10px 26px rgba(20, 93, 204, 0.34);
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .call-float:hover {
        background: #0d4eaf;
        transform: translateY(-3px);
    }

    .call-float i {
        line-height: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .call-float { transition: none; }
    .call-float:hover { transform: none; }
}
