.goldstein-company-data,
    .goldstein-company-data * {
      box-sizing: border-box;
    }

    .goldstein-company-data {
      position: relative;
      overflow: hidden;
      padding: 96px 20px;
      background: #f7f5f0;
      color: #303b40;
      font-family: "Montserrat", sans-serif;
    }

    .gcd-pattern {
      position: absolute;
      inset: 0;
      opacity: .42;
      background-image:
        linear-gradient(rgba(172, 125, 12, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(172, 125, 12, .055) 1px, transparent 1px);
      background-size: 42px 42px;
      pointer-events: none;
    }

    .goldstein-company-data:before {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      right: -190px;
      top: -170px;
      background: radial-gradient(circle, rgba(215, 178, 115, .22), transparent 68%);
      pointer-events: none;
    }

    .goldstein-company-data:after {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      left: -170px;
      bottom: -170px;
      background: radial-gradient(circle, rgba(73, 82, 82, .12), transparent 70%);
      pointer-events: none;
    }

    .gcd-wrap {
      position: relative;
      z-index: 2;
      max-width: 1220px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
      gap: 70px;
      align-items: center;
    }

    .gcd-image {
      position: relative;
      min-height: 620px;
      overflow: hidden;
      border: 1px solid rgba(215, 178, 115, .45);
      box-shadow: 0 30px 80px rgba(28, 34, 35, .16);
      background: #303b40;
    }

    .gcd-image:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(180deg, rgba(48, 59, 64, .08), rgba(48, 59, 64, .36)),
        linear-gradient(90deg, rgba(48, 59, 64, .16), transparent 55%);
      pointer-events: none;
    }

    .gcd-image img {
      width: 100%;
      height: 100%;
      min-height: 620px;
      display: block;
      object-fit: cover;
      transform: scale(1.02);
    }

    .gcd-image-label {
      position: absolute;
      left: 24px;
      bottom: 24px;
      z-index: 3;
      padding: 13px 16px;
      background: rgba(48, 59, 64, .9);
      border: 1px solid rgba(215, 178, 115, .55);
      backdrop-filter: blur(8px);
    }

    .gcd-image-label span {
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
    }

    .gcd-content {
      position: relative;
    }

    .gcd-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      color: #ac7d0c;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 6px;
      text-transform: uppercase;
    }

    .gcd-eyebrow:after {
      content: "";
      width: 44px;
      height: 1px;
      background: #d7b273;
      display: block;
    }

    .gcd-content h2 {
      margin: 14px 0 18px;
      color: #303b40;
      font-family: "Playfair Display", serif;
      font-size: clamp(42px, 5vw, 72px);
      line-height: 1.02;
      letter-spacing: 0;
    }

    .gcd-content h2:after {
      content: "";
      display: block;
      width: 86px;
      height: 2px;
      margin-top: 22px;
      background: #d7b273;
    }

    .gcd-intro {
      max-width: 620px;
      margin-bottom: 28px;
    }

    .gcd-intro p {
      margin: 0;
      color: #657074;
      font-size: 16px;
      line-height: 1.8;
    }

    .gcd-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .gcd-card,
    .gcd-register {
      background: rgba(255, 255, 255, .9);
      border: 1px solid rgba(215, 178, 115, .42);
      box-shadow: 0 18px 44px rgba(28, 34, 35, .07);
    }

    .gcd-card {
      min-height: 118px;
      padding: 22px;
    }

    .gcd-card-main {
      grid-column: span 2;
    }

    .gcd-card span,
    .gcd-register span {
      display: block;
      margin-bottom: 10px;
      color: #ac7d0c;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
    }

    .gcd-card strong {
      display: block;
      color: #303b40;
      font-family: "Playfair Display", serif;
      font-size: 28px;
      line-height: 1.18;
      letter-spacing: 0;
    }

    .gcd-card p {
      margin: 10px 0 0;
      color: #657074;
      font-size: 14px;
      line-height: 1.75;
    }

    .gcd-register {
      margin-top: 14px;
      padding: 22px;
    }

    .gcd-register p {
      margin: 0;
      color: #657074;
      font-size: 14px;
      line-height: 1.75;
    }

    .gcd-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .gcd-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      text-decoration: none;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: .25s ease;
    }

    .gcd-btn-primary {
      background: #d7b273;
      border: 1px solid #d7b273;
      color: #fff;
    }

    .gcd-btn-primary:hover {
      background: #303b40;
      border-color: #303b40;
      color: #fff;
    }

    .gcd-btn-secondary {
      background: transparent;
      border: 1px solid rgba(215, 178, 115, .75);
      color: #303b40;
    }

    .gcd-btn-secondary:hover {
      background: #303b40;
      border-color: #303b40;
      color: #fff;
    }

    @media (max-width: 1050px) {
      .gcd-wrap {
        grid-template-columns: 1fr;
        gap: 42px;
      }

      .gcd-image,
      .gcd-image img {
        min-height: 500px;
      }
    }

    @media (max-width: 640px) {
      .goldstein-company-data {
        padding: 70px 16px;
      }

      .gcd-image,
      .gcd-image img {
        min-height: 420px;
      }

      .gcd-content h2 {
        font-size: 42px;
      }

      .gcd-grid {
        grid-template-columns: 1fr;
      }

      .gcd-card-main {
        grid-column: span 1;
      }

      .gcd-card strong {
        font-size: 25px;
      }

      .gcd-btn {
        width: 100%;
      }
    }
