.office-page {
  background: #f5f9ff;
}

.office-hero {
  padding: 140px 0 80px;
  background:
    radial-gradient(circle at 16% 12%, rgba(86, 234, 207, 0.18), rgba(86, 234, 207, 0) 30%),
    linear-gradient(180deg, #fbfdff 0%, #edf5ff 100%);
}

.office-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.office-hero h1 {
  margin: 10px 0 24px;
  color: #071d51;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700;
  line-height: 1.22;
}

.office-hero-copy > p:not(.section-eyebrow) {
  max-width: 660px;
  color: #1b2f57;
  font-size: 20px;
  line-height: 1.8;
}

.office-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.office-visual {
  position: relative;
  min-height: 420px;
  border: 1px solid #dbe7f7;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(7, 29, 81, 0.94), rgba(14, 47, 112, 0.9)),
    #071d51;
  overflow: hidden;
}

.office-visual img {
  position: absolute;
  right: -34px;
  bottom: -30px;
  width: min(420px, 86%);
  opacity: 0.94;
}

.office-visual-note {
  position: absolute;
  top: 28px;
  left: 28px;
  display: grid;
  gap: 8px;
  color: #fff;
}

.office-visual-note strong {
  font-size: 28px;
  line-height: 1.2;
}

.office-visual-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.office-section {
  padding: 84px 0;
}

.office-feature-grid,
.office-plan-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.office-feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.office-feature-grid article,
.office-plan-card {
  border: 1px solid #dbe4f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 28px;
  box-shadow: 0 18px 44px rgba(18, 48, 90, 0.08);
}

.office-feature-grid span,
.office-plan-card > span {
  display: inline-flex;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #eaf3ff;
  padding: 6px 12px;
  color: #2f7eea;
  font-size: 13px;
  font-weight: 900;
}

.office-feature-grid h3,
.office-plan-card h3 {
  margin: 0 0 12px;
  color: #071d51;
  font-size: 24px;
  line-height: 1.3;
}

.office-feature-grid p,
.office-plan-card p {
  margin: 0;
  color: #33466c;
  font-size: 15px;
  line-height: 1.75;
}

.office-plans {
  background: #edf5ff;
}

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

.office-plan-card strong {
  display: block;
  margin-top: 30px;
  color: #071d51;
  font-size: 30px;
  font-weight: 900;
}

.office-plan-card.featured {
  border-color: rgba(47, 126, 234, 0.34);
}

.office-contact {
  padding: 76px 0 96px;
}

.office-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 22px;
  background: #071d51;
  padding: 42px;
  color: #fff;
}

.office-contact-panel h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
}

.office-contact-panel p:not(.section-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.office-contact-panel .section-eyebrow {
  color: #56eacf;
}

@media (max-width: 920px) {
  .office-hero {
    padding: 118px 0 58px;
  }

  .office-hero-inner,
  .office-feature-grid,
  .office-plan-grid {
    grid-template-columns: 1fr;
  }

  .office-visual {
    min-height: 320px;
  }

  .office-contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .office-hero h1 {
    font-size: 32px;
    line-height: 1.26;
  }

  .office-hero-copy > p:not(.section-eyebrow) {
    font-size: 17px;
  }

  .office-hero-actions {
    display: grid;
  }

  .office-section {
    padding: 58px 0;
  }

  .office-feature-grid article,
  .office-plan-card,
  .office-contact-panel {
    border-radius: 16px;
    padding: 24px 20px;
  }

  .office-visual-note strong {
    font-size: 22px;
  }
}
