/** Shopify CDN: Minification failed

Line 16:23 Unexpected "{"
Line 16:32 Expected ":"
Line 16:39 Unexpected "{"
Line 23:26 Unexpected "{"
Line 23:35 Expected ":"
Line 29:26 Unexpected "{"
Line 29:35 Expected ":"
Line 37:26 Unexpected "{"
Line 37:35 Expected ":"
Line 48:26 Unexpected "{"
... and 57 more hidden warnings

**/
 #developer-info-hero-{{ section.id }} {
      position: relative;
      overflow: hidden;
      padding: 90px 0;
      background: #f5f2ee;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.22;
      display: block;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        rgba(245, 242, 238, 0.96) 0%,
        rgba(245, 242, 238, 0.92) 34%,
        rgba(245, 242, 238, 0.82) 100%
      );
    }

    #developer-info-hero-{{ section.id }} .page-width {
      position: relative;
      z-index: 1;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 24px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__wrap {
      padding:50px 0;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
      gap: 54px;
      align-items: center;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__content {
      max-width: 660px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__eyebrow {
      margin: 0 0 18px;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #044b61;
      font-weight: 700;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__heading {
      margin: 0 0 22px;
      font-size: 40px;
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: #2d190f;
      font-weight: 500;
      max-width: 760px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__text {
      color: #6d6158;
      font-size: 18px;
      line-height: 1.75;
      margin-bottom: 20px;
      max-width: 760px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__text--lead {
      color: #56463d;
      font-size: 19px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__text strong {
      color: #2d190f;
      font-weight: 700;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 58px;
      padding: 14px 28px;
      border-radius: 999px;
      background: #044b61;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 18px;
      line-height: 1;
      transition: all 0.25s ease;
      margin-top: 10px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__button:hover {
      background: #956b3e;
      transform: translateY(-1px);
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__card {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 26px 24px;
      background: rgba(255, 252, 249, 0.85);
      border: 1px solid #dfd1c2;
      border-radius: 20px;
      min-height: 138px;
      backdrop-filter: blur(2px);
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__icon {
      font-size: 24px;
      line-height: 1;
      width: 28px;
      flex: 0 0 28px;
      margin-top: 2px;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__card-content h3 {
      margin: 0 0 8px;
      font-size: 23px;
      line-height: 1.2;
      color: #22150f;
      font-weight: 700;
    }

    #developer-info-hero-{{ section.id }} .developer-info-hero__card-content p {
      margin: 0;
      color: #645951;
      font-size: 17px;
      line-height: 1.65;
    }

    @media screen and (max-width: 989px) {
      #developer-info-hero-{{ section.id }} {
        padding: 70px 0;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__wrap {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__heading {
        font-size: clamp(34px, 7vw, 52px);
      }
    }

    @media screen and (max-width: 749px) {
      #developer-info-hero-{{ section.id }} {
        padding: 56px 0;
      }

      #developer-info-hero-{{ section.id }} .page-width {
        padding: 0 18px;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__cards {
        grid-template-columns: 1fr;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__card {
        padding: 20px 18px;
        min-height: auto;
        border-radius: 16px;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__heading {
        font-size: 42px;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__text,
      #developer-info-hero-{{ section.id }} .developer-info-hero__text--lead {
        font-size: 16px;
        line-height: 1.7;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__card-content h3 {
        font-size: 20px;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__card-content p {
        font-size: 15px;
      }

      #developer-info-hero-{{ section.id }} .developer-info-hero__button {
        width: 100%;
        max-width: 240px;
        font-size: 17px;
      }
    }