/** Shopify CDN: Minification failed

Line 132:2 Unexpected "{"
Line 132:3 Expected identifier but found "%"
Line 140:2 Unexpected "{"
Line 140:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:brand-benefits (INDEX:11) */
.bben { padding: 90px 0; background: #f5f8f8; }
  .bben__wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
  .bben__head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
  .bben__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 14px;
  }
  .bben__title { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 14px; color: rgb(var(--text-color)); }
  .bben__desc { color: #5c6b6e; font-size: 16px; line-height: 1.6; margin: 0; }

  .bben__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
  }
  .bben__item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border-left: 3px solid rgb(var(--primary-color));
    border-radius: 4px;
    padding: 24px 24px;
    box-shadow: 0 6px 18px rgba(2,20,25,.04);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .bben__item:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(2,20,25,.09); }
  .bben__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(var(--primary-color) / .1);
    color: rgb(var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bben__icon img { width: 26px; height: 26px; object-fit: contain; }
  .bben__item-title { font-size: 17px; margin: 4px 0 6px; color: rgb(var(--text-color)); }
  .bben__item-desc { font-size: 14px; line-height: 1.55; color: #63716f; margin: 0; }

  @media screen and (max-width: 760px) {
    .bben { padding: 60px 0; }
    .bben__grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:brand-benefits */

/* START_SECTION:final-cta-banner (INDEX:39) */
.fcta {
    background: linear-gradient(120deg, #071a20, #0b2129 60%, #071a20);
    padding: 90px 24px;
    text-align: center;
  }
  .fcta__wrap { max-width: 720px; margin: 0 auto; }
  .fcta__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 16px;
  }
  .fcta__title { font-size: clamp(28px, 4vw, 44px); color: #fff; margin: 0 0 16px; line-height: 1.15; }
  .fcta__subtitle { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; margin: 0 0 36px; }

  .fcta__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
  .fcta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
  .fcta__btn--primary {
    background: linear-gradient(120deg, rgb(var(--primary-color)), rgb(var(--secondary-color)));
    color: #fff;
    box-shadow: 0 14px 30px rgb(var(--primary-color) / .35);
  }
  .fcta__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgb(var(--primary-color) / .45); }
  .fcta__btn--ghost {
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    background: transparent;
  }
  .fcta__btn--ghost:hover { border-color: rgb(var(--primary-color)); color: rgb(var(--primary-color)); }

  @media screen and (max-width: 560px) {
    .fcta { padding: 64px 20px; }
  }
/* END_SECTION:final-cta-banner */

/* START_SECTION:lead-page-banner-image-grid (INDEX:66) */
.business-sign-container {
    text-align: center;
    padding: 2rem 1rem;
  }

  .sign-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
  }

  {% if template == 'page.info-page-json' %}
    .sign-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 0rem !important;
    justify-content: center;
    margin-top: 1.5rem;
  }
  {% endif %}

  .sign-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    .sign-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* END_SECTION:lead-page-banner-image-grid */

/* START_SECTION:process-timeline (INDEX:86) */
.proc { padding: 90px 0; background: rgb(var(--bg-primary-color)); }
  .proc__wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .proc__head { max-width: 620px; margin: 0 auto 56px; text-align: center; }
  .proc__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 14px;
  }
  .proc__title { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 14px; color: rgb(var(--text-color)); }
  .proc__subtitle { color: #5c6b6e; font-size: 16px; line-height: 1.6; margin: 0; }

  .proc__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .proc__step {
    position: relative;
    padding: 0 24px;
    text-align: left;
  }
  .proc__step:not(:first-child) { border-left: 1px dashed #d7e0e0; }
  .proc__num {
    display: block;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: rgb(var(--primary-color) / .18);
    -webkit-text-stroke: 1px rgb(var(--primary-color) / .4);
    margin-bottom: 18px;
  }
  .proc__step-title { font-size: 18px; margin: 0 0 10px; color: rgb(var(--text-color)); }
  .proc__step-desc { font-size: 14px; line-height: 1.6; color: #63716f; margin: 0; }

  @media screen and (max-width: 900px) {
    .proc__steps { grid-template-columns: 1fr 1fr; gap: 32px 0; }
    .proc__step:nth-child(odd) { border-left: none; }
  }
  @media screen and (max-width: 560px) {
    .proc { padding: 60px 0; }
    .proc__steps { grid-template-columns: 1fr; gap: 32px; }
    .proc__step { border-left: none !important; padding: 0; }
  }
/* END_SECTION:process-timeline */

/* START_SECTION:project-gallery (INDEX:89) */
.proj { padding: 90px 0; background: #f5f8f8; }
  .proj__wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
  .proj__head { max-width: 620px; margin: 0 auto 48px; text-align: center; }
  .proj__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 14px;
  }
  .proj__title { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 14px; color: rgb(var(--text-color)); }
  .proj__subtitle { color: #5c6b6e; font-size: 16px; line-height: 1.6; margin: 0; }

  .proj__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
  }
  .proj__tile {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #dfe6e7;
  }
  .proj__tile--wide { grid-column: span 2; grid-row: span 2; }
  .proj__tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
  .proj__tile:hover img { transform: scale(1.05); }
  .proj__caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,.65), transparent);
  }

  @media screen and (max-width: 900px) {
    .proj__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
    .proj__tile--wide { grid-column: span 2; grid-row: span 1; }
  }
  @media screen and (max-width: 560px) {
    .proj { padding: 60px 0; }
    .proj__grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
    .proj__tile--wide { grid-column: span 1; }
  }
/* END_SECTION:project-gallery */

/* START_SECTION:quote-hero-form (INDEX:92) */
.qhf {
    position: relative;
    background: #071a20;
    overflow: hidden;
    padding: 72px 0 90px;
  }
  .qhf__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .22;
  }
  .qhf::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 12% 10%, rgb(var(--primary-color) / .35), transparent 45%),
      radial-gradient(circle at 90% 85%, rgb(var(--secondary-color) / .28), transparent 50%),
      linear-gradient(180deg, #071a20 0%, #0b232b 100%);
  }
  .qhf__wrap {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: start;
  }
  .qhf__intro { color: #fff; padding-top: 24px; }
  .qhf__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 600;
    color: rgb(var(--primary-color));
    border: 1px solid rgb(var(--primary-color) / .5);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 22px;
  }
  .qhf__heading {
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
    margin: 0 0 20px;
    color: #fff;
  }
  .qhf__subheading {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,.72);
    max-width: 520px;
    margin: 0 0 32px;
  }
  .qhf__badges {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .qhf__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    padding: 9px 16px;
  }
  .qhf__badge svg { color: rgb(var(--primary-color)); flex-shrink: 0; }
  .qhf__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid rgb(var(--primary-color) / .5);
    padding-bottom: 4px;
  }
  .qhf__phone svg { color: rgb(var(--primary-color)); }
  .qhf__phone:hover { color: rgb(var(--primary-color)); }

  .qhf__card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 36px 32px;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    border-top: 4px solid rgb(var(--primary-color));
  }
  .qhf__card-title {
    font-size: 24px;
    margin: 0 0 8px;
    color: #0d1b1f;
  }
  .qhf__card-subtitle {
    color: #5c6b6e;
    font-size: 14px;
    margin: 0 0 24px;
  }
  /* ---- Consistent field rhythm (overrides Bootstrap's scattered mb-3/row/col utilities) ---- */
  .qhf__form { display: flex; flex-direction: column; }
  .qhf__form .form-group,
  .qhf__form .qhf__row,
  .qhf__form .placement-options,
  .qhf__form .checkboxes,
  .qhf__form #CreateFileError {
    margin: 0 0 26px !important;
  }
  .qhf__form .form-group:last-of-type { margin-bottom: 0 !important; }
  .qhf__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .qhf__row .form-group { margin-bottom: 0 !important; }
  .qhf .req { color: rgb(var(--primary-color)); }
  .qhf .formLabel { display: block; font-weight: 600; font-size: 13px; color: #16262a; margin-bottom: 8px; }
  .qhf .form-control {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dfe6e7;
    padding: 13px 16px;
  }
  .qhf .form-control:focus {
    border-color: rgb(var(--primary-color));
    box-shadow: 0 0 0 3px rgb(var(--primary-color) / .15);
  }
  .qhf textarea.form-control { width: 100%; }

  .placement-options { padding: 18px 20px; background: #f5f8f8; border-radius: 12px; }
  .placement-options .formLabel { margin-bottom: 12px !important; }

  /* ---- Sign type grid: plain CSS grid, fully independent of Bootstrap's row/col math ---- */
  .checkboxes .formLabel { margin-bottom: 16px !important; }
  #checkboxContainer.qhf__chip-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
  #checkboxContainer.qhf__chip-grid > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .qhf__chip-grid .card.checkbox {
    margin: 0;
    background: #fff;
    border: 1px solid #e7edee !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    cursor: pointer;
  }
  .qhf__chip-grid .card.checkbox:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(2,20,25,.14);
    border-color: rgb(var(--primary-color) / .4) !important;
  }
  .qhf__chip-grid .card.checkbox.selected {
    border-color: rgb(var(--primary-color)) !important;
    box-shadow: 0 0 0 3px rgb(var(--primary-color) / .18);
  }
  .qhf__chip-grid .card.checkbox img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .qhf__chip-grid .check {
    text-align: center;
    font-size: 10.5px !important;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 9px 6px !important;
    background: #0d1b1f !important;
    color: #fff;
    white-space: normal !important;
  }
  .qhf__chip-grid .card.checkbox.selected .check {
    background: rgb(var(--primary-color)) !important;
  }

  #CreateFileError .form-control { margin-bottom: 14px; }
  .qhf__filehint { font-size: 12px; color: #7c8a8c; margin: -10px 0 22px; }

  .qhf__submit {
    border: none;
    border-radius: 999px;
    padding: 0;
    margin-top: 10px;
    background: linear-gradient(120deg, rgb(var(--primary-color)), rgb(var(--secondary-color)));
    box-shadow: 0 14px 30px rgb(var(--primary-color) / .35);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .qhf__submit:hover { transform: translateY(-1px); box-shadow: 0 18px 34px rgb(var(--primary-color) / .45); }
  .qhf__submit-label {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    font-size: 14px;
  }

  .qhf__thanks-h { font-weight: 700; font-size: 30px; text-align: center; margin: 8px 0 16px; color: #0d1b1f; }

  @media screen and (max-width: 991px) {
    .qhf__wrap { grid-template-columns: 1fr; gap: 40px; }
    .qhf__intro { text-align: center; padding-top: 0; }
    .qhf__subheading { margin-left: auto; margin-right: auto; }
    .qhf__badges, .qhf__phone { justify-content: center; }
    .qhf__phone { margin: 0 auto; }
  }
  @media screen and (max-width: 560px) {
    .qhf { padding: 48px 0 60px; }
    .qhf__card { padding: 28px 20px 24px; }
    .qhf__row { grid-template-columns: 1fr; gap: 18px; }
    #checkboxContainer.qhf__chip-grid { gap: 10px; }
  }
  @media screen and (max-width: 420px) {
    #checkboxContainer.qhf__chip-grid { grid-template-columns: repeat(2, 1fr); }
  }
/* END_SECTION:quote-hero-form */

/* START_SECTION:signage-categories (INDEX:106) */
.sig-cat { padding: 90px 0; background: rgb(var(--bg-primary-color)); }
  .sig-cat__wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
  .sig-cat__head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
  .sig-cat__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 14px;
  }
  .sig-cat__title { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 14px; color: rgb(var(--text-color)); }
  .sig-cat__subtitle { color: #5c6b6e; font-size: 16px; line-height: 1.6; margin: 0; }

  .sig-cat__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .sig-cat__card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf1f1;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .sig-cat__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(2, 20, 25, .12);
    border-color: transparent;
  }
  .sig-cat__media { aspect-ratio: 4/3; overflow: hidden; background: #eef3f4; }
  .sig-cat__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
  .sig-cat__card:hover .sig-cat__media img { transform: scale(1.06); }
  .sig-cat__body { padding: 22px 22px 24px; border-top: 3px solid rgb(var(--primary-color)); }
  .sig-cat__card-title { font-size: 19px; margin: 0 0 8px; color: rgb(var(--text-color)); }
  .sig-cat__card-desc { font-size: 14px; color: #63716f; line-height: 1.55; margin: 0 0 14px; }
  .sig-cat__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgb(var(--primary-color));
  }
  .sig-cat__card:hover .sig-cat__link svg { transform: translateX(3px); }
  .sig-cat__link svg { transition: transform .2s ease; }

  @media screen and (max-width: 900px) {
    .sig-cat__grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media screen and (max-width: 600px) {
    .sig-cat { padding: 60px 0; }
    .sig-cat__grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:signage-categories */

/* START_SECTION:signage-faq (INDEX:107) */
.sfaq { padding: 90px 0; background: rgb(var(--bg-primary-color)); }
  .sfaq__wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }
  .sfaq__head { text-align: center; margin-bottom: 44px; }
  .sfaq__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 14px;
  }
  .sfaq__title { font-size: clamp(26px, 3.2vw, 36px); margin: 0 0 12px; color: rgb(var(--text-color)); }
  .sfaq__subtitle { color: #5c6b6e; font-size: 15px; margin: 0; }

  .sfaq__item { border-bottom: 1px solid #e6ecec; }
  .sfaq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 0;
    font-size: 16px;
    font-weight: 600;
    color: rgb(var(--text-color));
    cursor: pointer;
  }
  .sfaq__toggle {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(var(--primary-color) / .1);
    color: rgb(var(--primary-color));
    transition: transform .25s ease, background .25s ease;
  }
  .sfaq__item.is-open .sfaq__toggle { transform: rotate(45deg); background: rgb(var(--primary-color)); color: #fff; }
  .sfaq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .sfaq__answer p { margin: 0 0 22px; font-size: 14px; line-height: 1.65; color: #5c6b6e; }

  @media screen and (max-width: 560px) {
    .sfaq { padding: 60px 0; }
  }
/* END_SECTION:signage-faq */

/* START_SECTION:sm-advantage (INDEX:110) */
.signmakerz-advantage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
  }

  .advantage-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2.5rem;
  }



  .advantage-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }.advantage-header #fontinfo2 {
    font-weight: normal !important;
}

  .feature-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-right: 1.5rem;
    padding-left: 5rem

  }

.feature-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 0.4rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feature-icon {
    margin-bottom: 1rem;
    color: #333;
    width: 30%;
}
  .feature-content {
    max-width: 70%;
}
  .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .feature-item h3 {
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
  }

  .placeholder-icon {
    width: 60px;
    height: 60px;
    color: #333;
  }

  @media screen and (max-width: 768px) {
    .advantage-header h2 {
      font-size: 2rem;
    }

    .feature-row {
      grid-template-columns: 1fr;
    }

    .feature-item {
      text-align: center;
      align-items: center;
    }
  }
  .white-icon {
  /* color: white; */
  /* filter: brightness(0) invert(1); helps with PNGs */
}
/* END_SECTION:sm-advantage */

/* START_SECTION:trust-stats (INDEX:119) */
.trust {
    position: relative;
    background-color: #071a20;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  .trust__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(7,26,32,.94), rgba(7,26,32,.8));
  }
  .trust__wrap {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
  }
  .trust__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(var(--primary-color));
    margin-bottom: 14px;
  }
  .trust__title { font-size: clamp(26px, 3vw, 36px); margin: 0 0 14px; color: #fff; }
  .trust__desc { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.6; margin: 0; }

  .trust__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .trust__stat {
    text-align: center;
    padding: 0 18px;
    border-left: 1px solid rgba(255,255,255,.15);
  }
  .trust__stat:first-child { border-left: none; }
  .trust__number {
    display: block;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
  }
  .trust__label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgb(var(--primary-color));
  }

  @media screen and (max-width: 860px) {
    .trust__wrap { grid-template-columns: 1fr; text-align: center; }
    .trust__stats { margin-top: 8px; }
  }
  @media screen and (max-width: 560px) {
    .trust { padding: 56px 0; }
    .trust__stats { grid-template-columns: 1fr; gap: 24px; }
    .trust__stat { border-left: none; }
  }
/* END_SECTION:trust-stats */