/** Shopify CDN: Minification failed

Line 553:0 All "@import" rules must come first
Line 1169:0 All "@import" rules must come first
Line 2753:0 All "@import" rules must come first
Line 3100:0 All "@import" rules must come first
Line 4656:0 All "@import" rules must come first
Line 5088:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-page (INDEX:1) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@700&display=swap');

  .about-page {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
  }

  .about-page__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3.5vw, 40px);
    box-sizing: border-box;
  }

  .about-page__hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1e293b;
  }

  .about-page__hero-media,
  .about-page__hero-overlay {
    position: absolute;
    inset: 0;
  }

  .about-page__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .about-page__hero-overlay {
    background: rgba(15, 23, 42, 0.72);
  }

  .about-page__hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 96px clamp(20px, 3.5vw, 40px) 100px;
    max-width: 900px;
    margin: 0 auto;
  }

  .about-page__hero-title {
    margin: 0 0 14px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
  }

  .about-page__hero-sub {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: clamp(1rem, 1.65vw, 1.125rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }

  .about-page__story {
    padding: 88px 0 92px;
    background: #fff;
  }

  .about-page__story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(48px, 5vw, 80px);
    align-items: start;
  }

  .about-page__story-media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
      0 2px 8px rgba(15, 23, 42, 0.06),
      0 18px 48px rgba(15, 23, 42, 0.12);
    background: #e2e8f0;
  }

  .about-page__story-media img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-page__story-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.55) 100%);
    justify-content: flex-start;
    align-items: flex-end;
  }

  .about-page__story-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    transition: filter 0.15s ease;
  }

  .about-page__story-btn--primary {
    background: #c42828;
    color: #fff;
  }

  .about-page__story-btn--secondary {
    background: #1e293b;
    color: #fff;
  }

  @media (hover: hover) {
    .about-page__story-btn:hover {
      filter: brightness(1.06);
    }
  }

  .about-page__story-heading {
    margin: 0 0 20px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(1.875rem, 2.8vw, 2.375rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #1e293b;
  }

  .about-page__story-text {
    margin: 0 0 18px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    max-width: 52ch;
  }

  .about-page__story-text:last-child {
    margin-bottom: 0;
  }

  .about-page__section-heading {
    margin: 0 0 44px 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(1.875rem, 2.8vw, 2.375rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #1e293b;
  }

  .about-page__values {
    padding: 88px 0 92px;
    background: #f4f4f4;
  }

  .about-page__values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
  }

  .about-page__value-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 22px 30px;
    text-align: center;
    box-shadow:
      0 1px 3px rgba(15, 23, 42, 0.06),
      0 10px 32px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.18);
  }

  .about-page__value-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-page__value-title {
    margin: 0 0 10px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.25;
    color: #1e293b;
  }

  .about-page__value-text {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
  }

  .about-page__track {
    padding: 80px 0 88px;
    background: #1e293b;
  }

  .about-page__track-heading {
    margin: 0 0 48px 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(1.875rem, 2.8vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #fff;
  }

  .about-page__track-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px);
    text-align: center;
  }

  .about-page__track-value {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.25rem, 4vw, 2.75rem);
    line-height: 1;
    color: #c42828;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }

  .about-page__track-label {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    max-width: 20ch;
    margin: 0 auto;
  }

  .about-page__team {
    padding: 88px 0 96px;
    background: #fff;
  }

  .about-page__team-inner {
    text-align: center;
  }

  .about-page__section-heading--team {
    margin-bottom: 20px;
  }

  .about-page__team-intro {
    margin: 0 auto;
    max-width: 640px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #64748b;
  }

  @media (max-width: 989px) {
    .about-page__story-grid {
      grid-template-columns: 1fr;
    }

    .about-page__values-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page__track-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .about-page__hero {
      min-height: 320px;
    }

    .about-page__hero-inner {
      padding: 72px 20px 76px;
    }

    .about-page__story {
      padding: 64px 0 72px;
    }

    .about-page__story-text {
      max-width: none;
    }

    .about-page__values {
      padding: 64px 0 72px;
    }

    .about-page__values-grid {
      grid-template-columns: 1fr;
    }

    .about-page__track {
      padding: 64px 0 72px;
    }

    .about-page__track-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .about-page__team {
      padding: 64px 0 80px;
    }
  }
/* END_SECTION:about-page */

/* START_SECTION:about-split (INDEX:2) */
.about-split {
    padding: 80px 16px;
    background: #ffffff;
  }

  .about-split__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .about-split__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .about-split__media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  }

  .about-split__media img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-split__heading {
    margin: 0 0 16px 0;
    font-weight: 800;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    color: #111827;
  }

  .about-split__paragraph {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
  }

  .about-split__bullets {
    list-style: none;
    padding: 0;
    margin: 18px 0 22px 0;
    display: grid;
    gap: 12px;
  }

  .about-split__bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .about-split__bullet-icon {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #c42828;
    flex: 0 0 auto;
    margin-top: 6px;
  }

  .about-split__bullet-text {
    font-weight: 800;
    color: #111827;
  }

  .about-split__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 10px;
    background: #c42828;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, filter 180ms ease;
  }

  @media (hover: hover) {
    .about-split__cta:hover {
      background: #a51f1f;
      transform: translateY(-2px);
    }
  }

  .about-split__phones {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.62);
    line-height: 1.5;
  }

  .about-split__phone-link {
    color: rgba(0, 0, 0, 0.62);
    text-decoration: none;
    font-weight: 700;
  }

  @media (hover: hover) {
    .about-split__phone-link:hover {
      color: rgba(0, 0, 0, 0.78);
      text-decoration: underline;
    }
  }

  .about-split-reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 450ms ease, transform 450ms ease;
  }

  .about-split-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 749px) {
    .about-split {
      padding: 64px 16px;
    }

    .about-split__grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
/* END_SECTION:about-split */

/* START_SECTION:authority-text (INDEX:4) */
.authority-text {
    padding: 60px 16px;
    text-align: center;
    background-color: #ffffff;
  }

  .authority-text__container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
  }

  .authority-text__divider {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 32px auto;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
  }

  .authority-text__body {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
  }

  .authority-text__body p {
    margin: 0;
  }

  .authority-text__body strong {
    font-weight: 700;
  }

  @media (max-width: 749px) {
    .authority-text {
      padding: 48px 16px;
    }

    .authority-text__body {
      font-size: 14px;
    }
  }
/* END_SECTION:authority-text */

/* START_SECTION:careers (INDEX:6) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@700&display=swap');

  .careers-page {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
  }

  .careers-page__hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1e293b;
  }

  .careers-page__hero-media,
  .careers-page__hero-overlay {
    position: absolute;
    inset: 0;
  }

  .careers-page__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .careers-page__hero-overlay {
    background: rgba(15, 23, 42, 0.7);
  }

  .careers-page__hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 88px clamp(20px, 3.5vw, 40px) 92px;
    max-width: 920px;
    margin: 0 auto;
  }

  .careers-page__hero-title {
    margin: 0 0 14px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
  }

  .careers-page__hero-sub {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: clamp(1rem, 1.65vw, 1.125rem);
    font-weight: 500;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-page__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3.5vw, 40px);
    box-sizing: border-box;
  }

  .careers-page__section-title {
    margin: 0 0 44px 0;
    text-align: center;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: clamp(1.625rem, 2.2vw, 2rem);
    line-height: 1.2;
    color: #0f172a;
  }

  .careers-page__why {
    padding: 84px 0 88px;
    background: #fff;
  }

  .careers-page__why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(28px, 3vw, 40px);
    align-items: start;
  }

  .careers-page__pillar {
    text-align: center;
  }

  .careers-page__pillar-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .careers-page__pillar-title {
    margin: 0 0 10px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.3;
    color: #0f172a;
  }

  .careers-page__pillar-text {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #64748b;
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-page__openings {
    padding: 80px 0 88px;
    background: #eef2f6;
  }

  .careers-page__openings .careers-page__section-title {
    margin-bottom: 36px;
  }

  .careers-page__jobs {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 920px;
    margin: 0 auto;
  }

  .careers-page__job {
    background: #fff;
    border-radius: 10px;
    padding: 34px 36px 32px;
    box-shadow:
      0 1px 3px rgba(15, 23, 42, 0.06),
      0 12px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.2);
  }

  .careers-page__job-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
  }

  .careers-page__job-title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.375rem);
    line-height: 1.25;
    color: #0f172a;
  }

  .careers-page__job-apply {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #1e293b;
    border-radius: 8px;
    text-decoration: none;
    transition: filter 0.15s ease, background-color 0.15s ease;
  }

  @media (hover: hover) {
    .careers-page__job-apply:hover {
      filter: brightness(1.08);
      background: #0f172a;
    }
  }

  .careers-page__job-apply--disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
  }

  .careers-page__job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
  }

  .careers-page__job-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 6px;
  }

  .careers-page__job-tag--red {
    background: #c42828;
    color: #fff;
  }

  .careers-page__job-tag--gray {
    background: #e2e8f0;
    color: #334155;
  }

  .careers-page__job-desc {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
  }

  .careers-page__benefits {
    padding: 84px 0 92px;
    background: #fff;
  }

  .careers-page__benefits-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: clamp(48px, 5vw, 80px);
    align-items: center;
  }

  .careers-page__benefits-inner--no-media {
    grid-template-columns: 1fr;
  }

  .careers-page__benefits-heading {
    margin: 0 0 28px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: clamp(1.625rem, 2vw, 1.875rem);
    line-height: 1.2;
    color: #0f172a;
    text-align: left;
  }

  .careers-page__benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .careers-page__benefits-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #334155;
  }

  .careers-page__benefits-check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .careers-page__benefits-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  }

  .careers-page__cta-band {
    background: #c42828;
    padding: 72px clamp(20px, 3.5vw, 40px) 76px;
    text-align: center;
  }

  .careers-page__cta-inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .careers-page__cta-title {
    margin: 0 0 16px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    line-height: 1.2;
    color: #fff;
  }

  .careers-page__cta-text {
    margin: 0 0 28px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
  }

  .careers-page__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 14px 28px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #c42828;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: filter 0.15s ease, transform 0.15s ease;
  }

  @media (hover: hover) {
    .careers-page__cta-btn:hover {
      filter: brightness(1.03);
    }
  }

  @media (max-width: 989px) {
    .careers-page__why-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .careers-page__benefits-inner {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 749px) {
    .careers-page__hero {
      min-height: 300px;
    }

    .careers-page__hero-inner {
      padding: 64px 20px 68px;
    }

    .careers-page__why {
      padding: 64px 0 68px;
    }

    .careers-page__why-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .careers-page__pillar-text {
      max-width: 40ch;
    }

    .careers-page__openings {
      padding: 64px 0 72px;
    }

    .careers-page__job {
      padding: 28px 22px 26px;
    }

    .careers-page__job-head {
      flex-direction: column;
      align-items: stretch;
    }

    .careers-page__job-apply {
      width: 100%;
      max-width: 280px;
    }

    .careers-page__benefits {
      padding: 64px 0 72px;
    }

    .careers-page__cta-band {
      padding: 56px 20px 60px;
    }

    .careers-page__cta-btn {
      width: 100%;
      max-width: 320px;
    }
  }
/* END_SECTION:careers */

/* START_SECTION:client-types (INDEX:8) */
.client-types {
    padding: 80px 16px;
    background-color: #ffffff;
  }

  .client-types__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .client-types__header {
    text-align: center;
    margin: 0 0 48px 0;
  }

  .client-types__heading {
    margin: 0;
    font-weight: 800;
    font-size: clamp(26px, 2.8vw, 36px);
    line-height: 1.15;
    color: #111827;
  }

  .client-types__divider {
    width: 56px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.12);
    margin: 16px auto 0 auto;
    border-radius: 999px;
  }

  .client-types__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 48px;
  }

  .client-types__card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .client-types__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
  }

  .client-types__icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
  }

  .client-types__icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #c42828;
  }

  .client-types__icon-circle img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .client-types__icon-placeholder svg {
    display: block;
  }

  .client-types__icon-svg {
    width: 26px;
    height: 26px;
    display: block;
  }

  .client-types__card-title {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25;
    color: #111827;
  }

  .client-types__card-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(15, 23, 42, 0.72);
  }

  .client-types__cta {
    text-align: center;
  }

  .client-types__cta-text {
    margin: 0 0 14px 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
  }

  .client-types__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 10px;
    background-color: #c42828;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(196, 40, 40, 0.35);
    transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
  }

  @media (hover: hover) {
    .client-types__cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 36px rgba(196, 40, 40, 0.5);
      filter: brightness(1.05);
    }
  }

  @media (max-width: 1024px) {
    .client-types__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .client-types {
      padding: 64px 16px;
    }

    .client-types__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 20px;
      margin-bottom: 40px;
    }

    .client-types__cta-text {
      font-size: 14px;
    }
  }
/* END_SECTION:client-types */

/* START_SECTION:collection (INDEX:9) */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:10) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:contact-page (INDEX:11) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@700&display=swap');

  .contact-page {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 100%;
  }

  .contact-page__hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1e293b;
  }

  .contact-page__hero-media,
  .contact-page__hero-overlay {
    position: absolute;
    inset: 0;
  }

  .contact-page__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .contact-page__hero-overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.72) 100%);
  }

  .contact-page__hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 72px clamp(20px, 3.5vw, 40px) 76px;
    max-width: 900px;
    margin: 0 auto;
  }

  .contact-page__hero-title {
    margin: 0 0 12px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.25rem, 4.2vw, 3rem);
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  }

  .contact-page__hero-sub {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
  }

  .contact-page__main {
    background: #fff;
    padding: 80px 0 96px;
  }

  .contact-page__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3.5vw, 40px);
    box-sizing: border-box;
  }

  .contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: clamp(48px, 5vw, 80px);
    align-items: start;
  }

  .contact-page__col-title {
    margin: 0 0 12px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: clamp(1.5rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
  }

  .contact-page__col-intro {
    margin: 0 0 28px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    max-width: 52ch;
  }

  .contact-page__aside .contact-page__col-intro {
    max-width: none;
  }

  .contact-page__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact-page__row--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .contact-page__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-page__label {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
  }

  .contact-page__req {
    color: #c42828;
    font-weight: 700;
  }

  .contact-page__input,
  .contact-page__select,
  .contact-page__textarea {
    width: 100%;
    padding: 12px 14px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #0f172a;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .contact-page__input::placeholder,
  .contact-page__textarea::placeholder {
    color: #94a3b8;
  }

  .contact-page__input:focus,
  .contact-page__select:focus,
  .contact-page__textarea:focus {
    outline: none;
    border-color: #c42828;
    box-shadow: 0 0 0 3px rgba(196, 40, 40, 0.15);
  }

  .contact-page__select {
    cursor: pointer;
    appearance: auto;
    color: #0f172a;
  }

  .contact-page__select:invalid {
    color: #94a3b8;
  }

  .contact-page__textarea {
    min-height: 140px;
    resize: vertical;
  }

  .contact-page__submit-wrap {
    margin-top: 4px;
  }

  .contact-page__submit {
    width: 100%;
    padding: 16px 24px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #c42828;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(196, 40, 40, 0.28);
    transition: filter 0.15s ease, box-shadow 0.15s ease;
  }

  @media (hover: hover) {
    .contact-page__submit:hover {
      filter: brightness(1.05);
      box-shadow: 0 10px 26px rgba(196, 40, 40, 0.35);
    }
  }

  .contact-page__success {
    margin: 0;
    padding: 8px 0;
    font-size: 15px;
    color: #0f766e;
    line-height: 1.5;
  }

  .contact-page__errors {
    padding: 12px 16px;
    border-radius: 8px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 14px;
  }

  .contact-page__info-list {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .contact-page__info-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .contact-page__info-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-page__info-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-top: 2px;
  }

  .contact-page__info-label {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
  }

  .contact-page__info-link {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.4;
  }

  .contact-page__info-link:hover {
    color: #c42828;
  }

  .contact-page__info-text {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #475569;
  }

  .contact-page__hours {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
  }


  .contact-page__why {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 24px 22px 26px;
    border: 1px solid rgba(148, 163, 184, 0.35);
  }

  .contact-page__why-title {
    margin: 0 0 14px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
  }

  .contact-page__why-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .contact-page__why-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #334155;
  }

  .contact-page__why-check {
    flex: 0 0 auto;
    color: #c42828;
    margin-top: 2px;
  }

  @media (max-width: 989px) {
    .contact-page__grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .contact-page__row--2 {
      grid-template-columns: 1fr;
    }

    .contact-page__main {
      padding: 64px 0 80px;
    }

    .contact-page__hero {
      min-height: 260px;
    }

    .contact-page__hero-inner {
      padding: 56px 20px 60px;
    }
  }
/* END_SECTION:contact-page */

/* START_SECTION:custom-section (INDEX:12) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:faq (INDEX:13) */
.faq {
    padding: 80px 16px;
    background-color: #f8f8f8;
  }

  .faq__container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
  }

  .faq__header {
    text-align: center;
    margin: 0 0 48px 0;
  }

  .faq__heading {
    margin: 0;
    font-weight: 800;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    color: #111827;
  }

  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .faq__item {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 20px 20px 18px 20px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  }

  .faq__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 700;
    font-size: 15px;
    color: #111827;
  }

  .faq__summary::-webkit-details-marker {
    display: none;
  }

  .faq__summary-text {
    flex: 1 1 auto;
    text-align: left;
  }

  .faq__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c42828;
    transition: transform 200ms ease;
  }

  .faq__item[open] .faq__icon {
    transform: rotate(180deg);
  }

  .faq__answer {
    margin-top: 10px;
    text-align: left;
  }

  .faq__answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.75);
  }

  @media (max-width: 749px) {
    .faq {
      padding: 64px 16px;
    }

    .faq__item {
      padding: 22px 20px;
    }
  }
/* END_SECTION:faq */

/* START_SECTION:final-cta (INDEX:14) */
.final-cta {
    width: 100%;
    background-color: #c42828;
    color: #ffffff;
    padding: 80px 16px;
    text-align: center;
  }

  .final-cta__container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }

  .final-cta__heading {
    margin: 0 0 16px 0;
    font-weight: 900;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.1;
  }

  .final-cta__subtext {
    margin: 0 0 32px 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }

  .final-cta__buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
  }

  .final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition:
      transform 200ms ease,
      box-shadow 200ms ease,
      filter 200ms ease;
  }

  .final-cta__button--primary {
    background-color: #ffffff;
    color: #c42828;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  }

  .final-cta__button--secondary {
    background-color: #243844;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  }

  @media (hover: hover) {
    .final-cta__button:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      filter: brightness(1.03);
    }
  }

  .final-cta__phones {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .final-cta__phone {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
  }

  .final-cta__phones-sep {
    margin: 0 10px;
    opacity: 0.8;
  }

  .final-cta__trust {
    margin: 16px 0 0 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.78);
  }

  @media (max-width: 749px) {
    .final-cta {
      padding: 64px 16px;
    }

    .final-cta__buttons {
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }

    .final-cta__button {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SECTION:final-cta */

/* START_SECTION:footer (INDEX:15) */
.footer {
    background-color: #243844;
    color: #ffffff;
    padding: 60px 16px 40px 16px;
  }

  .footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .footer__top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    align-items: flex-start;
  }

  .footer__col--brand {
    max-width: 260px;
  }

  .footer__brand {
    margin-bottom: 12px;
  }

  .footer__logo-link img {
    display: block;
    max-width: 140px;
    height: auto;
  }

  .footer__brand-name {
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
  }

  .footer__brand-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
  }

  .footer__heading {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    color: #ffffff;
  }

  .footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer__list-item + .footer__list-item {
    margin-top: 6px;
  }

  .footer__link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.82);
    transition: color 160ms ease;
  }

  .footer__link:hover {
    color: #ffffff;
  }

  .footer__contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer__contact-item + .footer__contact-item {
    margin-top: 6px;
  }

  .footer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.9);
  }

  .footer__contact-link {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color 160ms ease;
  }

  .footer__contact-link:hover {
    color: rgba(255, 255, 255, 0.85);
  }

  .footer__contact-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
  }

  .footer__payment {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer__payment-icon svg {
    height: 22px;
  }

  .footer__bottom {
    margin-top: 32px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .footer__bottom-text {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }

  @media (max-width: 960px) {
    .footer__top {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .footer {
      padding: 40px 16px 28px 16px;
    }

    .footer__top {
      grid-template-columns: minmax(0, 1fr);
    }

    .footer__col--brand {
      max-width: none;
    }

    .footer__bottom {
      flex-direction: column;
      align-items: flex-start;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:16) */
.header {
    background: #fff;
    padding: 22px clamp(20px, 3.5vw, 40px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .header a {
    text-decoration: none;
  }

  .header__container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .header__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 200px;
    flex: 0 0 auto;
  }

  .header__brand {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .header__brand img {
    display: block;
    height: auto;
    width: auto;
    max-width: 172px;
  }

  .header__title {
    font-size: 1.125rem;
    line-height: 1.15;
    font-weight: 800;
    color: #2c3e50;
  }

  .header__tagline {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #7f8c8d;
    max-width: 260px;
    margin: 0;
    padding: 0;
  }

  .header__center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .header__menu {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .header__link {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #2c3e50;
    white-space: nowrap;
    transition: color 0.15s ease, opacity 0.15s ease;
  }

  @media (hover: hover) {
    .header__link:hover {
      color: #1a252f;
      opacity: 0.92;
    }
  }

  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 0 0 auto;
  }

  .header__contact-group {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header__phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
  }

  .header__phone-label {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #7f8c8d;
    margin: 0 0 2px 0;
    align-self: flex-end;
  }

  .header__phone {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #2c3e50;
    white-space: nowrap;
  }

  .header__phone:hover {
    color: #1a252f;
  }

  .header__cta {
    background: #c42828;
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    border-radius: 8px;
    padding: 15px 26px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
    transition: background-color 0.2s ease, filter 0.2s ease;
  }

  @media (hover: hover) {
    .header__cta:hover {
      background: #a51f1f;
      filter: brightness(0.98);
    }
  }

  .header__icons {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .header__icons a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__icons a sup {
    position: absolute;
    left: 100%;
    overflow: hidden;
    max-width: var(--page-margin);
  }

  .header__icons svg {
    width: 2rem;
  }

  .header__mobile-menu {
    display: none;
  }

  .header__toggle {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .header__toggle::-webkit-details-marker {
    display: none;
  }

  .header__toggle-icon {
    width: 22px;
    height: 2px;
    background: rgba(0, 0, 0, 0.85);
    position: relative;
    display: block;
  }

  .header__toggle-icon::before,
  .header__toggle-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: rgba(0, 0, 0, 0.85);
  }

  .header__toggle-icon::before {
    top: -7px;
  }

  .header__toggle-icon::after {
    top: 7px;
  }

  .header__mobile-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 30;
  }

  /* Keep desktop layout until small phones */
  @media (max-width: 640px) {
    .header {
      padding: 18px 16px 14px;
    }

    .header__container {
      gap: 12px;
      flex-direction: column;
      align-items: center;
    }

    .header__menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px 18px;
      padding: 4px 0 0;
    }

    .header__mobile-menu {
      display: none;
    }

    .header__phones {
      display: none;
    }

    .header__cta {
      display: none;
    }

    .header__icons {
      display: none;
    }

    .header__tagline {
      display: none;
    }

    .header__left {
      min-width: 0;
      align-items: center;
      gap: 0;
    }

    .header__brand {
      justify-content: center;
    }

    .header__brand img {
      max-width: 118px;
    }

    .header__center {
      justify-content: center;
      width: 100%;
    }

    .header__link {
      font-size: 13.5px;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .header__right {
      display: none;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:17) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

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

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero-advanced (INDEX:18) */
.hero-advanced {
    --hero-min-height: 80vh;
    position: relative;
    min-height: var(--hero-min-height);
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: #0b0b0b;
  }

  .hero-advanced__media,
  .hero-advanced__overlay {
    position: absolute;
    inset: 0;
  }

  .hero-advanced__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-advanced__overlay {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.62) 44%,
      rgba(0, 0, 0, 0.22) 100%
    );
  }

  .hero-advanced__inner {
    position: relative;
    z-index: 1;
    min-height: var(--hero-min-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: clamp(32px, 4vw, 64px) clamp(20px, 3.5vw, 40px);
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-advanced__content {
    width: min(760px, 100%);
    text-align: right;
    margin-left: auto;
    animation: hero-advanced-fade-up 500ms ease-out both;
  }

  .hero-advanced__heading {
    margin: 0 0 12px 0;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-size: clamp(36px, 4.5vw, 64px);
    text-align: right;
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.35);
  }

  .hero-advanced__subheading {
    margin: 0 0 22px auto;
    max-width: 48ch;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-align: right;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.3);
  }

  .hero-advanced__subheading.rte > *:first-child {
    margin-top: 0;
  }

  .hero-advanced__subheading.rte > *:last-child {
    margin-bottom: 0;
  }

  .hero-advanced__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 18px 0;
  }

  .hero-advanced__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1;
    min-height: 44px;
    transition: transform 120ms ease, filter 120ms ease, background-color 120ms ease, border-color 120ms ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .hero-advanced__button[aria-disabled='true'] {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
  }

  .hero-advanced__button--primary {
    background: linear-gradient(180deg, #c42828 0%, #a51f1f 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.12) inset;
  }

  .hero-advanced__button--secondary {
    background: rgba(26, 38, 52, 0.95);
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
  }

  @media (hover: hover) {
    .hero-advanced__button:hover {
      filter: brightness(1.06);
      transform: translateY(-1px);
    }
  }

  .hero-advanced__button:active {
    filter: brightness(0.96);
    transform: translateY(0);
  }

  .hero-advanced__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(12, 16, 20, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: fit-content;
    max-width: 100%;
  }

  .hero-advanced__feature {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    min-height: 22px;
  }

  .hero-advanced__feature-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex: 0 0 auto;
    opacity: 0.95;
  }

  .hero-advanced__feature-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #b52121;
    box-shadow: 0 0 0 3px rgba(181, 33, 33, 0.22);
    flex: 0 0 auto;
  }

  .hero-advanced__phones {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
  }

  .hero-advanced__phone {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: filter 120ms ease;
  }

  @media (hover: hover) {
    .hero-advanced__phone:hover {
      filter: brightness(1.08);
    }
  }

  @keyframes hero-advanced-fade-up {
    from {
      opacity: 0;
      transform: translate3d(0, 10px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-advanced__content {
      animation: none;
    }
    .hero-advanced__button {
      transition: none;
    }
  }

  @media (max-width: 749px) {
    .hero-advanced {
      --hero-min-height: 72vh;
    }

    .hero-advanced__inner {
      justify-content: center;
      text-align: center;
    }

    .hero-advanced__content {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-advanced__heading {
      text-align: center;
    }

    .hero-advanced__subheading {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

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

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

    .hero-advanced__button {
      width: 100%;
      max-width: 360px;
    }

    .hero-advanced__features {
      width: 100%;
      grid-template-columns: 1fr;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
    }
  }
/* END_SECTION:hero-advanced */

/* START_SECTION:join-team (INDEX:20) */
.join-team {
    background: #243743;
    color: #ffffff;
    padding: 84px 16px 72px;
  }

  .join-team__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .join-team__heading {
    margin: 0 0 10px 0;
    font-weight: 900;
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.01em;
  }

  .join-team__subheading {
    margin: 0 auto 10px auto;
    max-width: 56ch;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
  }

  .join-team__meta {
    margin: 0 auto 34px auto;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
  }

  .join-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
    margin: 0 auto 34px auto;
    max-width: 1040px;
  }

  .join-team__card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 30px 26px 28px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  }

  .join-team__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 14px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c42828;
  }

  .join-team__icon-svg {
    display: block;
  }

  .join-team__card-title {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.92);
  }

  .join-team__card-text {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
  }

  .join-team__cta {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .join-team__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    background: #c42828;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
  }

  @media (hover: hover) {
    .join-team__button:hover {
      transform: translateY(-2px);
      filter: brightness(1.05);
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
    }
  }

  .join-team__button-arrow {
    font-weight: 900;
  }

  .join-team__phones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 6px;
  }

  .join-team__phone {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
  }

  .join-team__phones-sep {
    opacity: 0.7;
  }

  .join-team__fineprint {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
  }

  @media (max-width: 1024px) {
    .join-team__grid {
      grid-template-columns: 1fr;
      max-width: 560px;
      gap: 16px;
    }
  }
/* END_SECTION:join-team */

/* START_SECTION:main-projects (INDEX:21) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@700&display=swap');

  .main-projects {
    background: #f9f9f9;
  }

  .main-projects__hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1e293b;
  }

  .main-projects__hero-media {
    position: absolute;
    inset: 0;
  }

  .main-projects__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .main-projects__hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
  }

  .main-projects__hero-content {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    padding: 96px clamp(20px, 3.5vw, 40px) 100px;
    text-align: center;
    color: #fff;
  }

  .main-projects__hero-heading {
    margin: 0 0 14px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
  }

  .main-projects__hero-subtext {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: clamp(1rem, 1.65vw, 1.125rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }

  .main-projects__shell {
    background: #f9f9f9;
  }

  .main-projects__container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 72px clamp(20px, 3.5vw, 40px) 80px;
    box-sizing: border-box;
  }

  .main-projects__intro {
    max-width: 720px;
    margin: 0 auto 40px auto;
    text-align: center;
  }

  .main-projects__intro-text {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
  }

  .main-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .main-projects__card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow:
      0 1px 3px rgba(15, 23, 42, 0.05),
      0 12px 36px rgba(15, 23, 42, 0.08);
    transition:
      transform 200ms ease,
      box-shadow 200ms ease;
  }

  @media (hover: hover) {
    .main-projects__card:hover {
      transform: translateY(-4px);
      box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.06),
        0 20px 48px rgba(15, 23, 42, 0.12);
    }
  }

  .main-projects__image-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .main-projects__image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eef2f6;
  }

  .main-projects__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 220ms ease;
  }

  @media (hover: hover) {
    .main-projects__card:hover .main-projects__image-wrap img {
      transform: scale(1.04);
    }
  }

  .main-projects__image-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(196, 40, 40, 0.12), rgba(30, 41, 59, 0.08));
  }

  .main-projects__card-body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .main-projects__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .main-projects__tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  .main-projects__year {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    flex-shrink: 0;
  }

  .main-projects__title {
    margin: 0 0 8px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #0f172a;
  }

  .main-projects__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
  }

  @media (hover: hover) {
    .main-projects__title-link:hover {
      color: #c42828;
    }
  }

  .main-projects__location {
    margin: 0 0 16px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #64748b;
  }

  .main-projects__cta-row {
    margin-top: auto;
    padding-top: 4px;
    text-align: center;
  }

  .main-projects__cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #c42828;
    text-decoration: none;
    transition: opacity 0.15s ease;
  }

  @media (hover: hover) {
    .main-projects__cta-link:hover {
      opacity: 0.9;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
  }

  .main-projects__cta-arrow {
    font-weight: 700;
  }

  .main-projects__prefooter {
    background: #f4f4f4;
    padding: 88px clamp(20px, 3.5vw, 40px) 92px;
    box-sizing: border-box;
  }

  .main-projects__prefooter-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .main-projects__prefooter-heading {
    margin: 0 0 14px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(1.625rem, 2.8vw, 2.125rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #1e293b;
  }

  .main-projects__prefooter-text {
    margin: 0 0 32px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #64748b;
  }

  .main-projects__prefooter-cta {
    display: flex;
    justify-content: center;
  }

  .main-projects__prefooter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    background: #c42828;
    color: #fff;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(196, 40, 40, 0.3);
    transition:
      filter 0.15s ease,
      box-shadow 0.15s ease;
  }

  @media (hover: hover) {
    .main-projects__prefooter-btn:hover {
      filter: brightness(1.06);
      box-shadow: 0 12px 34px rgba(196, 40, 40, 0.38);
    }
  }

  .main-projects__prefooter-arrow {
    font-weight: 700;
  }

  @media (max-width: 1024px) {
    .main-projects__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .main-projects__hero {
      min-height: 300px;
    }

    .main-projects__hero-content {
      padding: 72px 20px 76px;
    }

    .main-projects__container {
      padding: 56px 20px 64px;
    }

    .main-projects__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 22px;
    }

    .main-projects__prefooter {
      padding: 64px 20px 72px;
    }
  }
/* END_SECTION:main-projects */

/* START_SECTION:project-detail (INDEX:25) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@600;700&display=swap');

  .project-detail {
    background: #ffffff;
    color: #1a1a1a;
  }

  .project-detail__hero {
    position: relative;
    min-height: min(52vh, 520px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #1e293b;
  }

  .project-detail__hero-media {
    position: absolute;
    inset: 0;
  }

  .project-detail__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .project-detail__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.78) 100%);
  }

  .project-detail__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px clamp(16px, 3vw, 24px) 44px;
    box-sizing: border-box;
  }

  .project-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: opacity 0.15s ease;
  }

  @media (hover: hover) {
    .project-detail__back:hover {
      opacity: 0.85;
    }
  }

  .project-detail__back-icon {
    font-size: 16px;
    line-height: 1;
  }

  .project-detail__hero-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .project-detail__tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 4px;
    background: #c42828;
    color: #fff;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .project-detail__year {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
  }

  .project-detail__title {
    margin: 0 0 22px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-transform: none;
    max-width: 18ch;
  }

  .project-detail__hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
  }

  .project-detail__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
  }

  .project-detail__meta-icon {
    flex-shrink: 0;
    color: #c42828;
  }

  .project-detail__shell {
    padding: 56px clamp(16px, 3vw, 24px) 64px;
    box-sizing: border-box;
  }

  .project-detail__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .project-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 40px 48px;
    align-items: start;
  }

  .project-detail__h2 {
    margin: 0 0 14px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 800;
    font-size: clamp(1.25rem, 1.5vw, 1.375rem);
    line-height: 1.2;
    color: #1e293b;
  }

  .project-detail__overview {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
  }

  .project-detail__overview p {
    margin: 0 0 12px 0;
  }

  .project-detail__overview p:last-child {
    margin-bottom: 0;
  }

  .project-detail__h3 {
    margin: 36px 0 16px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 800;
    font-size: 1.0625rem;
    line-height: 1.25;
    color: #1e293b;
  }

  .project-detail__h3--gallery {
    margin-top: 40px;
  }

  .project-detail__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
  }

  .project-detail__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .project-detail__check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #c42828;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .project-detail__feature-text {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #475569;
  }

  .project-detail__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 4px;
  }

  .project-detail__gallery-cell {
    border-radius: 10px;
    overflow: hidden;
    background: #eef2f6;
    aspect-ratio: 4 / 3;
  }

  .project-detail__gallery-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .project-detail__sidebar {
    position: sticky;
    top: 24px;
  }

  .project-detail__card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 22px 22px 24px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
  }

  .project-detail__card-title {
    margin: 0 0 18px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 800;
    font-size: 1.0625rem;
    color: #1e293b;
  }

  .project-detail__row {
    padding: 12px 0;
  }

  .project-detail__row:first-of-type {
    padding-top: 0;
  }

  .project-detail__label {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 6px;
  }

  .project-detail__value {
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
  }

  .project-detail__value--stat {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 800;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
  }

  .project-detail__suffix {
    font-weight: 800;
    font-size: 0.92em;
    color: #0f172a;
  }

  .project-detail__rule {
    height: 1px;
    background: rgba(148, 163, 184, 0.35);
    margin: 0;
  }

  .project-detail__sidebar-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #c42828;
    color: #fff;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(196, 40, 40, 0.28);
    transition: filter 0.15s ease, box-shadow 0.15s ease;
  }

  @media (hover: hover) {
    .project-detail__sidebar-cta:hover {
      filter: brightness(1.05);
      box-shadow: 0 12px 30px rgba(196, 40, 40, 0.35);
    }
  }

  .project-detail__more {
    background: #f4f4f4;
    padding: 72px clamp(16px, 3vw, 24px) 80px;
    box-sizing: border-box;
  }

  .project-detail__more-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .project-detail__more-heading {
    margin: 0 0 36px 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.4vw, 1.875rem);
    letter-spacing: 0.02em;
    color: #1e293b;
  }

  .project-detail__more-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .project-detail__more-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow:
      0 1px 3px rgba(15, 23, 42, 0.05),
      0 12px 36px rgba(15, 23, 42, 0.08);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  @media (hover: hover) {
    .project-detail__more-card:hover {
      transform: translateY(-4px);
      box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.06),
        0 20px 48px rgba(15, 23, 42, 0.12);
    }
  }

  .project-detail__more-image-link {
    display: block;
    text-decoration: none;
  }

  .project-detail__more-image-wrap {
    aspect-ratio: 4 / 3;
    background: #eef2f6;
    overflow: hidden;
  }

  .project-detail__more-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 220ms ease;
  }

  @media (hover: hover) {
    .project-detail__more-card:hover .project-detail__more-image-wrap img {
      transform: scale(1.04);
    }
  }

  .project-detail__more-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(196, 40, 40, 0.12), rgba(30, 41, 59, 0.08));
  }

  .project-detail__more-body {
    padding: 20px 20px 22px;
  }

  .project-detail__more-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }

  .project-detail__more-tag {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }

  .project-detail__more-year {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
  }

  .project-detail__more-title {
    margin: 0 0 8px 0;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
  }

  .project-detail__more-title-link {
    color: inherit;
    text-decoration: none;
  }

  @media (hover: hover) {
    .project-detail__more-title-link:hover {
      color: #c42828;
    }
  }

  .project-detail__more-location {
    margin: 0 0 14px 0;
    font-size: 14px;
    color: #64748b;
  }

  .project-detail__more-cta-row {
    text-align: center;
  }

  .project-detail__more-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #c42828;
    text-decoration: none;
  }

  @media (hover: hover) {
    .project-detail__more-cta:hover {
      text-decoration: underline;
      text-underline-offset: 3px;
    }
  }

  .project-detail__more-footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .project-detail__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    background: #1e293b;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(30, 41, 59, 0.25);
    transition: background-color 0.15s ease, transform 0.15s ease;
  }

  @media (hover: hover) {
    .project-detail__view-all:hover {
      background: #0f172a;
      transform: translateY(-1px);
    }
  }

  @media (max-width: 989px) {
    .project-detail__grid {
      grid-template-columns: 1fr;
    }

    .project-detail__sidebar {
      position: static;
      order: -1;
    }

    .project-detail__features {
      grid-template-columns: 1fr;
    }

    .project-detail__gallery {
      grid-template-columns: 1fr;
    }

    .project-detail__more-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 749px) {
    .project-detail__hero {
      min-height: 360px;
    }

    .project-detail__shell {
      padding: 40px 16px 48px;
    }

    .project-detail__more {
      padding: 56px 16px 64px;
    }
  }
/* END_SECTION:project-detail */

/* START_SECTION:projects-cta (INDEX:26) */
.projects-cta {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 16px;
  }

  .projects-cta__container {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .projects-cta__header {
    margin-bottom: 22px;
  }

  .projects-cta__heading {
    margin: 0;
    font-weight: 900;
    font-size: clamp(24px, 3.2vw, 34px);
    line-height: 1.15;
    color: #111827;
  }

  .projects-cta__subheading {
    margin: 10px auto 0 auto;
    max-width: 620px;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(17, 24, 39, 0.7);
  }

  .projects-cta__cta {
    display: flex;
    justify-content: center;
  }

  .projects-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 8px;
    background-color: #c42828;
    color: #ffffff;
    font-weight: 800;
    font-size: 14.5px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(196, 40, 40, 0.25);
  }

  .projects-cta__button[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.85;
  }

  @media (hover: hover) {
    .projects-cta__button:hover {
      filter: brightness(0.95);
      box-shadow: 0 16px 32px rgba(196, 40, 40, 0.35);
    }
  }

  @media (max-width: 749px) {
    .projects-cta {
      padding: 64px 16px;
    }
  }
/* END_SECTION:projects-cta */

/* START_SECTION:projects-grid (INDEX:27) */
.projects-grid {
    padding: 80px 16px;
    background: #ffffff;
  }

  .projects-grid__container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
  }

  .projects-grid__header {
    text-align: center;
    margin-bottom: 48px;
  }

  .projects-grid__heading {
    margin: 0 0 12px 0;
    font-weight: 900;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.1;
    color: #111827;
  }

  .projects-grid__subheading {
    margin: 0 auto;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(17, 24, 39, 0.75);
  }

  .projects-grid__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  .projects-grid__card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition:
      transform 220ms ease,
      box-shadow 220ms ease;
  }

  .projects-grid__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
  }

  .projects-grid__image {
    aspect-ratio: 4 / 3;
    width: 100%;
    overflow: hidden;
    background: rgba(196, 40, 40, 0.06);
  }

  .projects-grid__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 260ms ease;
  }

  .projects-grid__card:hover .projects-grid__image img {
    transform: scale(1.04);
  }

  .projects-grid__content {
    padding: 18px 18px 22px 18px;
  }

  .projects-grid__title {
    margin: 0 0 8px 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.25;
    color: #111827;
  }

  .projects-grid__location {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(17, 24, 39, 0.62);
    font-weight: 600;
  }

  .projects-grid__location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .projects-grid__cta {
    display: flex;
    justify-content: center;
    margin-top: 52px;
  }

  .projects-grid__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    background: #c42828;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(196, 40, 40, 0.35);
    transition:
      transform 200ms ease,
      box-shadow 200ms ease,
      filter 200ms ease;
  }

  @media (hover: hover) {
    .projects-grid__cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 44px rgba(196, 40, 40, 0.5);
      filter: brightness(1.04);
    }
  }

  @media (max-width: 1024px) {
    .projects-grid__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }
  }

  @media (max-width: 749px) {
    .projects-grid {
      padding: 64px 16px;
    }

    .projects-grid__header {
      margin-bottom: 36px;
    }

    .projects-grid__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 20px;
    }

    .projects-grid__cta {
      margin-top: 34px;
    }
  }
/* END_SECTION:projects-grid */

/* START_SECTION:projects-hero (INDEX:28) */
.projects-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111827;
    height: 420px;
  }

  .projects-hero__media {
    position: absolute;
    inset: 0;
  }

  .projects-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
  }

  .projects-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.75) 0%,
      rgba(15, 23, 42, 0.6) 50%,
      rgba(15, 23, 42, 0.5) 100%
    );
  }

  .projects-hero__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-align: center;
    color: #ffffff;
  }

  .projects-hero__inner {
    width: 100%;
    max-width: 800px;
  }

  .projects-hero__heading {
    margin: 0 0 10px 0;
    font-weight: 900;
    font-size: clamp(32px, 4.5vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.01em;
  }

  .projects-hero__subheading {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
  }

  @media (max-width: 749px) {
    .projects-hero {
      height: 300px;
    }

    .projects-hero__heading {
      font-size: clamp(26px, 6vw, 38px);
      margin-bottom: 8px;
    }

    .projects-hero__subheading {
      font-size: 14px;
      line-height: 1.6;
    }
  }
/* END_SECTION:projects-hero */

/* START_SECTION:projects-showcase (INDEX:29) */
.projects-showcase {
    padding: 80px 16px;
    background: #ffffff;
  }

  .projects-showcase__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .projects-showcase__heading {
    margin: 0;
    text-align: center;
    font-weight: 800;
    font-size: clamp(30px, 4.5vw, 48px);
    line-height: 1.1;
    color: #111827;
  }

  .projects-showcase__subheading {
    margin: 8px 0 48px 0;
    text-align: center;
    color: rgba(17, 24, 39, 0.65);
    font-size: clamp(14px, 1.1rem, 16px);
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .projects-showcase__card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow:
      0 18px 45px rgba(15, 23, 42, 0.06),
      0 1px 0 rgba(15, 23, 42, 0.03);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .projects-showcase__card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 24px 60px rgba(15, 23, 42, 0.09),
      0 1px 0 rgba(15, 23, 42, 0.03);
  }

  .projects-showcase__image-wrap {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: rgba(196, 24, 40, 0.06);
  }

  .projects-showcase__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 350ms ease;
  }

  .projects-showcase__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 300ms ease;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px;
  }

  .projects-showcase__overlay-text {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
  }

  .projects-showcase__card:hover .projects-showcase__overlay {
    opacity: 1;
  }

  .projects-showcase__card:hover .projects-showcase__image-wrap img {
    transform: scale(1.05);
  }

  .projects-showcase__content {
    padding: 18px;
  }

  .projects-showcase__title {
    margin: 0;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.25;
    color: #111827;
  }

  .projects-showcase__location {
    margin-top: 10px;
    font-size: 13px;
    color: #777777;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .projects-showcase__location-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c42828;
    flex: 0 0 auto;
  }

  .projects-showcase__link-text {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #c42828;
  }

  .projects-showcase__bottom-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .projects-showcase__bottom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    background: #1e293b;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(30, 41, 59, 0.25);
    transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  }

  @media (hover: hover) {
    .projects-showcase__bottom-button:hover {
      background: #0f172a;
      transform: translateY(-1px);
      box-shadow: 0 16px 36px rgba(15, 23, 42, 0.35);
    }
  }

  @media (max-width: 1024px) {
    .projects-showcase__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }
  }

  @media (max-width: 749px) {
    .projects-showcase {
      padding: 64px 16px;
    }

    .projects-showcase__grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .projects-showcase__subheading {
      margin-bottom: 32px;
    }
  }
/* END_SECTION:projects-showcase */

/* START_SECTION:quote-form (INDEX:30) */
.quote-form {
    padding: 80px 16px;
    background-color: #f8f8f8;
  }

  .quote-form__container {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }

  .quote-form__header {
    text-align: center;
    margin: 0 0 28px 0;
  }

  .quote-form__heading {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.1;
    color: #111827;
  }

  .quote-form__subheading {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.62);
  }

  .quote-form__card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px 26px 22px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  }

  .quote-form__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .quote-form__success {
    margin: 0;
    padding: 16px 0;
    font-size: 15px;
    color: #0f766e;
    text-align: center;
  }

  .quote-form__errors {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #fef2f2;
    color: #b91c1c;
    font-size: 14px;
  }

  .quote-form__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .quote-form__label {
    font-size: 14px;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.9);
  }

  .quote-form__required {
    color: #c42828;
  }

  .quote-form__optional {
    font-weight: 400;
    color: rgba(17, 24, 39, 0.6);
  }

  .quote-form__input,
  .quote-form__select,
  .quote-form__textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 6px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
    font-family: inherit;
  }

  .quote-form__input::placeholder,
  .quote-form__textarea::placeholder {
    color: rgba(17, 24, 39, 0.45);
  }

  .quote-form__input:focus,
  .quote-form__select:focus,
  .quote-form__textarea:focus {
    outline: none;
    border-color: #c42828;
    box-shadow: 0 0 0 3px rgba(196, 40, 40, 0.18);
  }

  .quote-form__select {
    cursor: pointer;
    appearance: auto;
  }

  .quote-form__textarea {
    min-height: 100px;
    resize: vertical;
  }

  .quote-form__submit-wrap {
    margin-top: 8px;
  }

  .quote-form__submit {
    width: 100%;
    padding: 17px 24px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    background-color: #c42828;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 10px 22px rgba(196, 40, 40, 0.24);
    transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
  }

  @media (hover: hover) {
    .quote-form__submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(196, 40, 40, 0.4);
      filter: brightness(1.05);
    }
  }

  .quote-form__submit:active {
    transform: translateY(0);
  }

  .quote-form__trust {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: rgba(15, 23, 42, 0.55);
    text-align: center;
    line-height: 1.5;
  }

  @media (max-width: 749px) {
    .quote-form {
      padding: 64px 16px;
    }

    .quote-form__card {
      padding: 24px;
    }

    .quote-form__form {
      gap: 18px;
    }
  }
/* END_SECTION:quote-form */

/* START_SECTION:search (INDEX:31) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* START_SECTION:service-area (INDEX:32) */
.service-area {
    padding: 80px 16px;
    text-align: center;
    background-color: #ffffff;
  }

  .service-area__container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }

  .service-area__header {
    margin: 0 0 48px 0;
  }

  .service-area__heading {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.15;
    color: #111827;
  }

  .service-area__description {
    margin: 0 auto;
    max-width: 700px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.7);
  }

  .service-area__card {
    max-width: 300px;
    margin: 0 auto;
    background-color: #243844;
    color: #ffffff;
    border-radius: 20px;
    padding: 40px 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  }

  .service-area__pin {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-area__card-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 6px 0;
  }

  .service-area__card-subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.85;
  }

  .service-area__locations {
    margin: 28px auto 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 28px;
    justify-items: center;
    max-width: 900px;
  }

  .service-area__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.65);
  }

  .service-area__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 1024px) {
    .service-area__locations {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .service-area {
      padding: 64px 16px;
    }

    .service-area__locations {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 18px;
      justify-items: start;
      max-width: 520px;
    }

    .service-area__location {
      justify-content: flex-start;
    }
  }

  @media (max-width: 420px) {
    .service-area__locations {
      grid-template-columns: minmax(0, 1fr);
    }
  }
/* END_SECTION:service-area */

/* START_SECTION:services-grid (INDEX:33) */
.services-grid {
    padding: 80px 16px;
    background-color: #f4f6f8;
  }

  .services-grid__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .services-grid__header {
    text-align: center;
    margin: 0 0 48px 0;
  }

  .services-grid__heading {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.1;
    color: #111827;
  }

  .services-grid__subheading {
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.78);
  }

  .services-grid__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 48px;
  }

  .services-grid__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 28px 26px 26px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
    transition:
      transform 200ms ease,
      box-shadow 200ms ease;
  }

  .services-grid__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  }

  .services-grid__icon-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .services-grid__icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #c42828;
  }

  .services-grid__icon-circle img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .services-grid__icon-placeholder svg {
    display: block;
  }

  .services-grid__icon-svg {
    width: 28px;
    height: 28px;
    display: block;
  }

  .services-grid__card-title {
    margin: 0 0 8px 0;
    text-align: left;
    font-weight: 800;
    font-size: 1rem;
    color: #111827;
  }

  .services-grid__card-text {
    margin: 0 0 18px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.75);
  }

  .services-grid__card-link-row {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
  }

  .services-grid__card-link-text {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #c42828;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    transition: transform 180ms ease;
  }

  .services-grid__card:hover .services-grid__card-link-text {
    transform: translateX(3px);
  }

  .services-grid__cta {
    text-align: center;
  }

  .services-grid__cta-text {
    margin: 0 0 14px 0;
    font-size: 15px;
    color: #111827;
    font-weight: 600;
  }

  .services-grid__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background-color: #c42828;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(196, 40, 40, 0.4);
    transition:
      transform 200ms ease,
      box-shadow 200ms ease,
      filter 200ms ease;
  }

  @media (hover: hover) {
    .services-grid__cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(196, 40, 40, 0.55);
      filter: brightness(1.05);
    }
  }

  @media (max-width: 1024px) {
    .services-grid__items {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .services-grid {
      padding: 64px 16px;
    }

    .services-grid__items {
      grid-template-columns: minmax(0, 1fr);
      gap: 22px;
    }

    .services-grid__subheading {
      font-size: 13px;
    }
  }
/* END_SECTION:services-grid */

/* START_SECTION:services-page (INDEX:34) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@700&display=swap');

  .services-page {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
  }

  .services-page__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3.5vw, 40px);
    box-sizing: border-box;
  }

  .services-page__hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1e293b;
  }

  .services-page__hero-media,
  .services-page__hero-overlay {
    position: absolute;
    inset: 0;
  }

  .services-page__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .services-page__hero-overlay {
    background: rgba(15, 23, 42, 0.72);
  }

  .services-page__hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 96px clamp(20px, 3.5vw, 40px) 100px;
    max-width: 920px;
    margin: 0 auto;
  }

  .services-page__hero-title {
    margin: 0 0 14px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
  }

  .services-page__hero-sub {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: clamp(1rem, 1.65vw, 1.125rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }

  .services-page__intro {
    padding: 80px 0 84px;
    background: #f9f9f9;
  }

  .services-page__intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }

  .services-page__intro-grid--no-aside {
    grid-template-columns: 1fr;
  }

  .services-page__intro-text {
    margin: 0 0 28px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    max-width: 52ch;
  }

  .services-page__intro-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .services-page__intro-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #1e293b;
  }

  .services-page__intro-check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-page__intro-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
    display: block;
  }

  .services-page__cards-wrap {
    padding: 80px 0 88px;
    background: #fff;
  }

  .services-page__cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
  }

  .services-page__card {
    background: #f4f4f4;
    border-radius: 14px;
    padding: 38px 36px 36px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  }

  .services-page__card-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 20px 0;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-page__card-title {
    margin: 0 0 12px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1.25;
    color: #0f172a;
    text-align: left;
  }

  .services-page__card-desc {
    margin: 0 0 20px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    text-align: left;
  }

  .services-page__card-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .services-page__card-feature {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #334155;
    text-align: left;
  }

  .services-page__card-check {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-page__why {
    padding: 80px 0 88px;
    background: #2c3e50;
  }

  .services-page__why-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }

  .services-page__why-heading {
    margin: 0 0 18px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-weight: 700;
    font-size: clamp(1.625rem, 2.2vw, 2rem);
    line-height: 1.2;
    color: #fff;
  }

  .services-page__why-text {
    margin: 0 0 22px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 52ch;
  }

  .services-page__why-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .services-page__why-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
  }

  .services-page__why-check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 999px;
    background: #c42828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-page__why-media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
  }

  .services-page__why-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .services-page__why-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.65) 100%);
  }

  .services-page__why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
  }

  .services-page__why-btn--primary {
    background: #c42828;
    color: #fff;
  }

  .services-page__why-btn--secondary {
    background: #1e293b;
    color: #fff;
  }

  .services-page__cta-band {
    background: #c42828;
    padding: 72px clamp(20px, 3.5vw, 40px) 76px;
    text-align: center;
  }

  .services-page__cta-inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .services-page__cta-title {
    margin: 0 0 16px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(1.625rem, 2.8vw, 2.125rem);
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #fff;
  }

  .services-page__cta-text {
    margin: 0 0 28px 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
  }

  .services-page__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 14px 28px;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #c42828;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 989px) {
    .services-page__intro-grid {
      grid-template-columns: 1fr;
    }

    .services-page__cards-grid {
      grid-template-columns: 1fr;
    }

    .services-page__why-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 749px) {
    .services-page__hero {
      min-height: 300px;
    }

    .services-page__hero-inner {
      padding: 72px 20px 76px;
    }

    .services-page__intro {
      padding: 64px 0 68px;
    }

    .services-page__cards-wrap {
      padding: 64px 0 72px;
    }

    .services-page__card {
      padding: 28px 24px 26px;
    }

    .services-page__why {
      padding: 64px 0 72px;
    }

    .services-page__cta-band {
      padding: 56px 20px 60px;
    }

    .services-page__cta-btn {
      width: 100%;
      max-width: 320px;
    }
  }
/* END_SECTION:services-page */

/* START_SECTION:stats-cards (INDEX:35) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Oswald:wght@700&display=swap');

  .stats-cards {
    padding: 0;
    margin: 0;
    background: #eef2f6;
    width: 100%;
  }

  .stats-cards__inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 72px clamp(20px, 3.5vw, 40px) 76px;
    box-sizing: border-box;
  }

  .stats-cards__container {
    width: 100%;
  }

  .stats-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
  }

  .stats-cards__card {
    background: #ffffff;
    border-radius: 12px;
    padding: 36px 28px 32px;
    text-align: center;
    box-shadow:
      0 2px 8px rgba(15, 23, 42, 0.04),
      0 12px 32px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
  }

  .stats-cards__icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #c42828;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px 0;
    flex-shrink: 0;
  }

  .stats-cards__icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
  }

  .stats-cards__icon-svg {
    width: 28px;
    height: 28px;
    display: block;
    color: #ffffff;
  }

  .stats-cards__stat-value {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(2.75rem, 4.2vw, 3.375rem);
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #c42828;
  }

  .stats-cards__title {
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25;
    color: #0f172a;
    text-transform: none;
  }

  .stats-cards__card--stat .stats-cards__title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .stats-cards__text {
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #64748b;
    max-width: 38ch;
  }

  .stats-cards__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
    row-gap: 10px;
    margin: 44px 0 0 0;
    padding: 0;
    list-style: none;
  }

  .stats-cards__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: 'Inter', var(--font-primary--family), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #334155;
  }

  .stats-cards__trust-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #c42828;
    flex-shrink: 0;
  }

  @media (max-width: 749px) {
    .stats-cards__inner {
      padding: 52px 20px 56px;
    }

    .stats-cards__grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .stats-cards__card {
      padding: 32px 24px 28px;
    }

    .stats-cards__trust {
      flex-direction: column;
      margin-top: 36px;
      align-items: flex-start;
      padding-left: 0;
      column-gap: 0;
    }

    .stats-cards__trust-item {
      width: 100%;
      justify-content: flex-start;
    }
  }
/* END_SECTION:stats-cards */

/* START_SECTION:stats-counter (INDEX:36) */
.stats-counter {
    width: 100%;
    background: #243743;
    color: #ffffff;
    padding: 80px 16px;
  }

  .stats-counter__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .stats-counter__heading {
    margin: 0;
    text-align: center;
    font-weight: 800;
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.1;
    color: #ffffff;
  }

  .stats-counter__divider {
    width: 72px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    margin: 14px auto 34px auto;
  }

  .stats-counter__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .stats-counter__stat {
    text-align: center;
    padding: 8px 16px;
    transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
    border-radius: 14px;
    position: relative;
  }

  .stats-counter__stat + .stats-counter__stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .stats-counter__stat:hover {
    transform: translateY(-4px);
    filter: brightness(1.03);
  }

  .stats-counter__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    color: rgba(255, 255, 255, 0.9);
  }

  .stats-counter__icon-image {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
  }

  .stats-counter__icon-svg {
    width: 22px;
    height: 22px;
    display: block;
  }

  .stats-counter__value {
    font-size: clamp(42px, 5vw, 56px);
    font-weight: 900;
    color: #c42828;
    line-height: 1;
    margin: 0 0 10px 0;
  }

  .stats-counter__label {
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.2;
  }

  .stats-counter__description {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
  }

  @media (max-width: 1024px) {
    .stats-counter__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
    }

    .stats-counter__stat + .stats-counter__stat::before {
      display: none;
    }
  }

  @media (max-width: 749px) {
    .stats-counter {
      padding: 64px 16px;
    }

    .stats-counter__grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .stats-counter__stat {
      padding: 8px 8px;
    }
  }
/* END_SECTION:stats-counter */

/* START_SECTION:testimonials (INDEX:37) */
.testimonials {
    padding: 80px 16px;
    background-color: #ffffff;
  }

  .testimonials__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .testimonials__header {
    text-align: center;
    margin: 0 0 48px 0;
  }

  .testimonials__eyebrow {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #c42828;
  }

  .testimonials__heading {
    margin: 0;
    font-weight: 800;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;
    color: #111827;
  }

  .testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .testimonials__card {
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 32px 28px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .testimonials__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  }

  .testimonials__stars {
    font-size: 16px;
    color: #c42828;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .testimonials__quote {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.9);
  }

  .testimonials__divider {
    margin: 16px 0;
    height: 1px;
    background-color: rgba(15, 23, 42, 0.08);
  }

  .testimonials__person {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .testimonials__name {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
  }

  .testimonials__location {
    font-size: 13px;
    color: rgba(15, 23, 42, 0.6);
  }

  @media (max-width: 1024px) {
    .testimonials__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .testimonials {
      padding: 64px 16px;
    }

    .testimonials__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 22px;
    }
  }
/* END_SECTION:testimonials */

/* START_SECTION:trust-strip (INDEX:38) */
.trust-strip {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 24px 16px;
    background: #ffffff;
  }

  .trust-strip__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .trust-strip__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
  }

  .trust-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .trust-strip__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c42828;
    flex: 0 0 auto;
  }

  .trust-strip__text {
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
  }

  @media (max-width: 640px) {
    .trust-strip__row {
      justify-content: center;
      gap: 12px 20px;
    }

    .trust-strip__item {
      white-space: normal;
    }
  }
/* END_SECTION:trust-strip */

/* START_SECTION:video-showcase (INDEX:39) */
.video-showcase {
    padding: 80px 16px;
    background: #ffffff;
  }

  .video-showcase__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .video-showcase__heading {
    margin: 0;
    text-align: center;
    font-weight: 800;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15;
    color: #111827;
  }

  .video-showcase__subheading {
    margin: 10px auto 8px auto;
    text-align: center;
    color: rgba(17, 24, 39, 0.65);
    font-size: 14px;
    line-height: 1.7;
    max-width: 640px;
  }

  .video-showcase__video-button {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-top: 36px;
  }

  .video-showcase__video-button:focus-visible .video-showcase__media {
    outline: 3px solid rgba(196, 24, 40, 0.35);
    outline-offset: 4px;
  }

  .video-showcase__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transform: translateZ(0);
  }

  .video-showcase__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 260ms ease;
  }

  .video-showcase__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.55) 100%
    );
    opacity: 0.75;
    transition: opacity 260ms ease;
  }

  .video-showcase__overlay-bottom {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
  }

  .video-showcase__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: #c42828;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    transition: transform 260ms ease, background-color 260ms ease;
    pointer-events: none;
  }

  @media (hover: hover) {
    .video-showcase__video-button:hover .video-showcase__media img {
      transform: scale(1.05);
    }

    .video-showcase__video-button:hover .video-showcase__overlay {
      opacity: 0.92;
    }

    .video-showcase__video-button:hover .video-showcase__play {
      transform: translate(-50%, -50%) scale(1.06);
    }
  }

  .video-showcase__modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
  }

  .video-showcase__modal.is-open {
    display: block;
  }

  .video-showcase__modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
  }

  .video-showcase__modal-dialog {
    position: relative;
    width: min(980px, calc(100% - 32px));
    margin: 10vh auto 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
  }

  .video-showcase__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .video-showcase__iframe-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
  }

  .video-showcase__iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #000;
  }

  .video-showcase__file-video {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
  }

  .video-showcase__file-video video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
  }

  .video-showcase__modal-dialog.is-file-video .video-showcase__file-video {
    display: block;
  }

  .video-showcase__modal-dialog.is-file-video .video-showcase__iframe {
    display: none;
  }

  .video-showcase__open-link-wrap {
    padding: 12px 16px 16px 16px;
    background: #000;
    text-align: center;
  }

  .video-showcase__open-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
  }

  @media (max-width: 749px) {
    .video-showcase {
      padding: 64px 16px;
    }

    .video-showcase__modal-dialog {
      margin-top: 8vh;
    }
  }
/* END_SECTION:video-showcase */

/* START_SECTION:why-choose-us (INDEX:40) */
.why-choose-us {
    background: #f7f7f7;
    padding: 80px 16px;
  }

  .why-choose-us__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .why-choose-us__heading {
    text-align: center;
    font-weight: 800;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    margin: 0 0 48px 0;
    color: #111827;
  }

  .why-choose-us__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .why-choose-us__card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    box-shadow:
      0 18px 45px rgba(15, 23, 42, 0.06),
      0 1px 0 rgba(15, 23, 42, 0.03);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .why-choose-us__card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 22px 55px rgba(15, 23, 42, 0.09),
      0 1px 0 rgba(15, 23, 42, 0.03);
  }

  .why-choose-us__icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #c42828;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
  }

  .why-choose-us__icon svg,
  .why-choose-us__icon-svg {
    color: #ffffff;
  }

  .why-choose-us__icon svg path,
  .why-choose-us__icon svg circle {
    stroke: #ffffff;
  }

  .why-choose-us__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
  }

  .why-choose-us__title {
    margin: 0 0 12px 0;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.25;
    color: #111827;
  }

  .why-choose-us__description {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666666;
  }

  @media (max-width: 1024px) {
    .why-choose-us__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .why-choose-us {
      padding: 64px 16px;
    }

    .why-choose-us__grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
  }
/* END_SECTION:why-choose-us */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:41) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:42) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:45) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */