.header-operations-mobile {
  display: none;
}

.operations-entry-section {
  background: var(--paper);
  padding: 0 5vw 112px;
}

.operations-entry-card {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  background:
    radial-gradient(circle at 88% 12%, rgba(231, 241, 239, 0.95), transparent 38%),
    var(--white);
  border: 1px solid rgba(15, 107, 112, 0.24);
  border-radius: 24px;
  box-shadow: rgba(32, 49, 61, 0.08) 0 24px 58px;
}

.operations-entry-copy .section-kicker {
  margin-bottom: 16px;
}

.operations-entry-copy h2 {
  margin: 0;
  letter-spacing: -0.055em;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  font-weight: 680;
  line-height: 1.2;
}

.operations-entry-copy > p:not(.section-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 2;
}

.operations-entry-workflows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.operations-entry-workflows p {
  margin: 0;
  padding: 17px 18px;
  background: rgba(231, 241, 239, 0.72);
  border: 1px solid rgba(15, 107, 112, 0.16);
  border-radius: 14px;
}

.operations-entry-workflows strong,
.operations-entry-workflows span {
  display: block;
}

.operations-entry-workflows strong {
  color: var(--teal);
  font-size: 0.82rem;
}

.operations-entry-workflows span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.7;
}

.operations-entry-offer {
  padding: 30px;
  background: rgb(25, 42, 51);
  color: #fff;
  border-radius: 20px;
}

.operations-entry-price {
  margin: 0;
}

.operations-entry-price span,
.operations-entry-price strong,
.operations-entry-price small {
  display: block;
}

.operations-entry-price span {
  color: rgb(185, 223, 217);
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-weight: 750;
}

.operations-entry-price strong {
  margin-top: 8px;
  letter-spacing: -0.055em;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.operations-entry-price small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.operations-entry-note {
  margin: 24px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  line-height: 1.8;
}

.operations-entry-offer .button {
  width: 100%;
}

@media (width <= 1040px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .header-operations-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    color: var(--teal);
    background: rgba(255, 254, 250, 0.72);
    border: 1px solid rgba(15, 107, 112, 0.28);
    border-radius: 8px;
    white-space: nowrap;
    font-size: 0.76rem;
    font-weight: 720;
  }

  .operations-entry-card {
    grid-template-columns: 1fr;
  }

  .operations-entry-offer {
    display: grid;
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
    gap: 22px 30px;
    align-items: center;
  }

  .operations-entry-note {
    margin: 0;
    padding: 0;
    border-top: 0;
  }

  .operations-entry-offer .button {
    grid-column: 1 / -1;
  }
}

@media (width <= 700px) {
  .site-header {
    gap: 8px;
  }

  .header-operations-mobile {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.67rem;
  }

  .operations-entry-section {
    padding: 0 22px 78px;
  }

  .operations-entry-card {
    padding: 28px 22px;
    gap: 30px;
    border-radius: 20px;
  }

  .operations-entry-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .operations-entry-workflows,
  .operations-entry-offer {
    grid-template-columns: 1fr;
  }

  .operations-entry-offer {
    padding: 25px 22px;
  }

  .operations-entry-note {
    margin: 0;
  }

  .operations-entry-offer .button {
    grid-column: auto;
  }
}

@media (width <= 430px) {
  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header .brand span {
    display: none;
  }

  .header-operations-mobile {
    padding-left: 8px;
    padding-right: 8px;
  }
}
